diff options
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r-- | xmltv2vdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 9e71dd3..a26c009 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -190,7 +190,7 @@ class cHouseKeeping : public cThread { private: cGlobals *global; - int checkdir(const char *imgdir, int age); + void checkdir(const char *imgdir, int age, int &cnt, int &lcnt); public: cHouseKeeping(cGlobals *Global); void Stop() |