diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 20:45:53 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 20:45:53 +0000 |
commit | f809dd4c56887a28beb8b13442cca3017d9bda0e (patch) | |
tree | 9df894c93a63d94413a48f00cc5e6a9e72f4bae1 /setup.h | |
parent | 2a9f97555f0f9f770e64b8de1f2143444bdbd4ef (diff) | |
download | vdr-plugin-live-f809dd4c56887a28beb8b13442cca3017d9bda0e.tar.gz vdr-plugin-live-f809dd4c56887a28beb8b13442cca3017d9bda0e.tar.bz2 |
- added missing declaration of LiveSetup()
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ private: bool CheckServerIps(); }; +Setup& LiveSetup(); + } // namespace vdrlive #endif // VDR_LIVE_SETUP_H |