summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-10 11:53:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-10 11:53:39 +0200
commit360d8fe6b1faeea134f7a18d45ebbe69fd685be6 (patch)
treee8ebcdc420f2e40db0dfde43ea0ce9c3e44031f8 /ci.h
parent93102b45e09ac75bb390aa58b0a94c63f0da0091 (diff)
downloadvdr-360d8fe6b1faeea134f7a18d45ebbe69fd685be6.tar.gz
vdr-360d8fe6b1faeea134f7a18d45ebbe69fd685be6.tar.bz2
Implemented CAM auto responses
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