fix function type
[vuplus_dvbapp] / lib / dvb_ci / dvbci.h
index 1576b4f..a0e832c 100644 (file)
@@ -49,7 +49,7 @@ public:
        uint8_t getPrevSentCAPMTVersion() const { return prev_sent_capmt_version; }
        void resetPrevSentCAPMTVersion() { prev_sent_capmt_version = 0xFF; }
        
        uint8_t getPrevSentCAPMTVersion() const { return prev_sent_capmt_version; }
        void resetPrevSentCAPMTVersion() { prev_sent_capmt_version = 0xFF; }
        
-       enableTS(int enable);
+       int enableTS(int enable);
 
 };
 
 
 };