X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d74be53af36f7005a29385015fd3d0a4f21014b5..7fe561a6df44e7d71ff436a84bfd7e8881d24373:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 086619d3..a0820c58 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -163,6 +163,8 @@ public: int pmtPid; int textPid; bool isCrypted() { return !caids.empty(); } + + PyObject *createPythonObject(); }; int getProgramInfo(struct program &program);