trade open flags to openPVR function
[enigma2.git] / lib / dvb / demux.h
index 7dbb521a264bf400d24d221a669b219e3397d529..e73982ec1507913c9943050bad11266590e4a692 100644 (file)
@@ -26,7 +26,7 @@ public:
        RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; }
        RESULT flush();
        RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &conn);
        RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; }
        RESULT flush();
        RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &conn);
-       int openDVR(void);
+       int openDVR(int flags);
 
        int getRefCount() { return ref; }
 private:
 
        int getRefCount() { return ref; }
 private: