add stopmmi()
[enigma2.git] / lib / dvb_ci / dvbci_ui.h
index 66eadf17023848df8a02b06230e049845e8e0fb9..680b7897c070b138160c939e10706e55fcd1cf8e 100644 (file)
@@ -24,6 +24,7 @@ public:
        void setReset(int slot);
        int initialize(int slot);
        int startMMI(int slot);
+       int stopMMI(int slot);
        int answerMMI(int slot, int answer, char *val);
 };