summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 20:45:53 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 20:45:53 +0000
commitf809dd4c56887a28beb8b13442cca3017d9bda0e (patch)
tree9df894c93a63d94413a48f00cc5e6a9e72f4bae1 /setup.h
parent2a9f97555f0f9f770e64b8de1f2143444bdbd4ef (diff)
downloadvdr-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 0933ea2..b3e39f0 100644
--- a/setup.h
+++ b/setup.h
@@ -43,6 +43,8 @@ private:
bool CheckServerIps();
};
+Setup& LiveSetup();
+
} // namespace vdrlive
#endif // VDR_LIVE_SETUP_H