summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci.h b/ci.h
index e0cfa588..90267911 100644
--- a/ci.h
+++ b/ci.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.h 4.9 2017/05/18 09:05:46 kls Exp $
+ * $Id: ci.h 4.10 2017/06/10 11:53:39 kls Exp $
*/
#ifndef __CI_H
@@ -529,4 +529,6 @@ public:
extern cChannelCamRelations ChannelCamRelations;
+bool CamResponsesLoad(const char *FileName, bool AllowComments = false, bool MustExist = false);
+
#endif //__CI_H