diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-04-13 17:33:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-04-13 17:33:37 +0000 |
| commit | df31302ca30e09aa7d2183fcf6f61147bd1addf7 (patch) | |
| tree | 31e488140490295aaca4f9a1116554d1a5c21a2f /lib/python | |
| parent | 9829ed5d56e162f9aa8d76b5644c273350f548b8 (diff) | |
| download | enigma2-df31302ca30e09aa7d2183fcf6f61147bd1addf7.tar.gz enigma2-df31302ca30e09aa7d2183fcf6f61147bd1addf7.zip | |
add possibility to assign CI Slots to services, provider names or caids....
(not configurable via gui yet)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 13eca6b4..0d559aba 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -90,6 +90,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/driver/misc_options.h> #include <lib/driver/etimezone.h> #include <lib/gdi/lcd.h> +#include <lib/dvb_ci/dvbci.h> #include <lib/dvb_ci/dvbci_ui.h> #include <lib/python/python.h> #include <lib/gdi/picload.h> @@ -202,6 +203,7 @@ typedef long time_t; %include <lib/driver/misc_options.h> %include <lib/driver/etimezone.h> %include <lib/gdi/lcd.h> +%include <lib/dvb_ci/dvbci.h> %include <lib/dvb_ci/dvbci_ui.h> %include <lib/dvb/db.h> %include <lib/python/python.h> |
