remove __init__.py files and create them on the fly
[enigma2.git] / lib / dvb_ci / dvbci_ui.h
index 3dc62e236d9bcc63da90a0444f1a44d58dc355be..4f23974ec215a8ef5acbbeb1d90a301dce60d51c 100644 (file)
@@ -2,6 +2,9 @@
 #define __dvbci_ui_h
 
 #include <string>
+                /* avoid warnigs :) */
+#undef _POSIX_C_SOURCE
+#define _POSIX_C_SOURCE 200112L
 #include <Python.h>
 
 #define MAX_SLOTS      2       
@@ -29,6 +32,7 @@ public:
        void setState(int slot, int state);
        std::string getAppName(int slot);
        void setAppName(int slot, const char *name);
+       void setInit(int slot);
        void setReset(int slot);
        int initialize(int slot);
        int startMMI(int slot);