diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-22 09:01:48 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-22 09:01:48 +0100 |
commit | 22b4b620972d29510263805563aa53e810a11165 (patch) | |
tree | 8627f768f16dafe9b0fc3edd963afdfdc5901563 /epgsearch.h | |
parent | eedb920807a5917ca63c6c8dd7c78e6e4bf2754e (diff) | |
download | vdr-plugin-epgsearch-22b4b620972d29510263805563aa53e810a11165.tar.gz vdr-plugin-epgsearch-22b4b620972d29510263805563aa53e810a11165.tar.bz2 |
support for a conf.d subdirectory
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index bb71cc3..a97c84c 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -51,6 +51,7 @@ public: virtual const char **SVDRPHelpPages(void); virtual cString SVDRPCommand(const char *Cmd, const char *Option, int &ReplyCode); void LoadUserVars(); + void LoadConfD(); }; #endif |