summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-03-19 14:58:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2019-03-19 14:58:06 +0100
commitdd130702600da855d3a726c1612c25311bb741b5 (patch)
treef1ffba39af59ba596fc507c2608f5a6b62b7fc0c /ci.h
parentbd3b6f17e476d3da80283715fe8eef4665a2957a (diff)
downloadvdr-dd130702600da855d3a726c1612c25311bb741b5.tar.gz
vdr-dd130702600da855d3a726c1612c25311bb741b5.tar.bz2
Fixed handling shared CA pids
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.h b/ci.h
index 02e59d2e..3db0340a 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.12 2018/03/17 12:17:37 kls Exp $
+ * $Id: ci.h 4.13 2019/03/19 14:58:00 kls Exp $
*/
#ifndef __CI_H
@@ -254,6 +254,7 @@ private:
cList<cCiCaProgramData> caProgramList;
bool mtdAvailable;
cMtdHandler *mtdHandler;
+ void KeepSharedCaPids(int ProgramNumber, const int *CaSystemIds, int *CaPids);
void NewConnection(void);
void DeleteAllConnections(void);
void Process(cTPDU *TPDU = NULL);