diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-28 23:55:13 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-28 23:55:13 +0000 |
| commit | f4cf51627f608a216d5a25d6e47213b9ff92b3e5 (patch) | |
| tree | 419dedfcffc1727d1bbc82ab4b237ccaf2aea0c0 /lib | |
| parent | cb0260fc843d3d7386dd79ae977081d0ad082e04 (diff) | |
| download | enigma2-f4cf51627f608a216d5a25d6e47213b9ff92b3e5.tar.gz enigma2-f4cf51627f608a216d5a25d6e47213b9ff92b3e5.zip | |
fix function type
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dvb_ci/dvbci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index 1576b4fd..a0e832c1 100644 --- a/lib/dvb_ci/dvbci.h +++ b/lib/dvb_ci/dvbci.h @@ -49,7 +49,7 @@ public: uint8_t getPrevSentCAPMTVersion() const { return prev_sent_capmt_version; } void resetPrevSentCAPMTVersion() { prev_sent_capmt_version = 0xFF; } - enableTS(int enable); + int enableTS(int enable); }; |
