diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-29 19:13:14 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-29 19:13:14 +0100 |
commit | 2e8ffba44e4611f214e87391d4000b1b90edf4c6 (patch) | |
tree | b9d966af294db2381393dcee4ff876826b4895e4 /epgsearchext.h | |
parent | 3f7d506918dd62b5dda2d559aa6f81efbb98fe5f (diff) | |
download | vdr-plugin-epgsearch-2e8ffba44e4611f214e87391d4000b1b90edf4c6.tar.gz vdr-plugin-epgsearch-2e8ffba44e4611f214e87391d4000b1b90edf4c6.tar.bz2 |
new search timer action 'announce and switch', headers adjusted to 2009
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epgsearchext.h b/epgsearchext.h index 6d0929e..dda5e15 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2004-2008 Christian Wieninger +Copyright (C) 2004-2009 Christian Wieninger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -49,7 +49,8 @@ typedef enum { searchTimerActionRecord=0, searchTimerActionAnnounceOnly, - searchTimerActionSwitchOnly + searchTimerActionSwitchOnly, + searchTimerActionAnnounceAndSwitch } searchTimerAction; class cSearchExt; |