diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-07-17 22:44:05 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-07-17 22:44:05 +0200 |
commit | 8d0be0b7463418fb7723b2aa79a1099eb2c3baa0 (patch) | |
tree | e1da6174db29f60596a8cc88c233486ee94b2feb /xmltv2vdr.h | |
parent | 94b28593d51dd1bef3cd2ee6687c0f326d1c000c (diff) | |
download | vdr-plugin-xmltv2vdr-8d0be0b7463418fb7723b2aa79a1099eb2c3baa0.tar.gz vdr-plugin-xmltv2vdr-8d0be0b7463418fb7723b2aa79a1099eb2c3baa0.tar.bz2 |
Added GetSqliteCompileOptions()
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r-- | xmltv2vdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 2f8a308..d4792c4 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -319,6 +319,7 @@ private: time_t last_maintime_t; time_t last_timer_t; time_t last_epcheck_t; + void GetSqliteCompileOptions(); int GetLastImportSource(); public: cPluginXmltv2vdr(void); |