diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-08 22:54:18 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-08 22:54:18 +0200 |
| commit | aece969ad2b26fb6827f6c8d53622a67522f46b4 (patch) | |
| tree | 3075d17dc76613c44d153cf4d61e3a3756f87817 /lib/dvb/dvbtime.h | |
| parent | e26b2adba2dad6e9c25196d841657d31e4f21046 (diff) | |
| download | enigma2-aece969ad2b26fb6827f6c8d53622a67522f46b4.tar.gz enigma2-aece969ad2b26fb6827f6c8d53622a67522f46b4.zip | |
dvbtime.h/cpp: add possibility to build a 16bit hash with event start time and month day
Diffstat (limited to 'lib/dvb/dvbtime.h')
| -rw-r--r-- | lib/dvb/dvbtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvbtime.h b/lib/dvb/dvbtime.h index 3afff75e..c49e67e3 100644 --- a/lib/dvb/dvbtime.h +++ b/lib/dvb/dvbtime.h @@ -25,7 +25,7 @@ inline int toBCD(int dec) return int(dec/10)*0x10 + dec%10; } -time_t parseDVBtime(__u8 t1, __u8 t2, __u8 t3, __u8 t4, __u8 t5); +time_t parseDVBtime(__u8 t1, __u8 t2, __u8 t3, __u8 t4, __u8 t5, __u16 *hash=0); class TDT: public eGTable { |
