summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-29 09:25:26 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-29 09:25:26 +0000
commit73beacd3d1b3da8e55524f28ce5047989c5c5dc8 (patch)
tree5211f8282bb74224ece07fd460c2f123fcbec926 /setup.h
parentdcf843d2eb36d61f1cafb2220be1fb5d189ba759 (diff)
downloadvdr-plugin-live-73beacd3d1b3da8e55524f28ce5047989c5c5dc8.tar.gz
vdr-plugin-live-73beacd3d1b3da8e55524f28ce5047989c5c5dc8.tar.bz2
- new main menu entry "search"
- checking for epgsearch and hiding "search" and "searchtimers" if epgsearch not present
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 02e934c..39a9c36 100644
--- a/setup.h
+++ b/setup.h
@@ -42,7 +42,7 @@ public:
char const* CommandLineHelp() const;
bool ParseSetupEntry( char const* name, char const* value );
-
+ bool HaveEPGSearch(void);
private:
Setup();
Setup( Setup const& );