diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 11:53:39 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 11:53:39 +0200 |
commit | 360d8fe6b1faeea134f7a18d45ebbe69fd685be6 (patch) | |
tree | e8ebcdc420f2e40db0dfde43ea0ce9c3e44031f8 /ci.h | |
parent | 93102b45e09ac75bb390aa58b0a94c63f0da0091 (diff) | |
download | vdr-360d8fe6b1faeea134f7a18d45ebbe69fd685be6.tar.gz vdr-360d8fe6b1faeea134f7a18d45ebbe69fd685be6.tar.bz2 |
Implemented CAM auto responses
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |