summaryrefslogtreecommitdiff
path: root/scrapmanager.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-04-27 12:39:56 +0200
committerlouis <louis.braun@gmx.de>2014-04-27 12:39:56 +0200
commitc538d359ec7c63e0717fb7cd842ee96a6a11de98 (patch)
tree5922f82cbaae4649760056ed2eb03ab86954187b /scrapmanager.h
parentb22842dc8e0223e4be4cb6339567aa54866fc977 (diff)
downloadvdr-plugin-scraper2vdr-c538d359ec7c63e0717fb7cd842ee96a6a11de98.tar.gz
vdr-plugin-scraper2vdr-c538d359ec7c63e0717fb7cd842ee96a6a11de98.tar.bz2
added more debugging possibilities
Diffstat (limited to 'scrapmanager.h')
-rw-r--r--scrapmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scrapmanager.h b/scrapmanager.h
index 682bd65..c5b5782 100644
--- a/scrapmanager.h
+++ b/scrapmanager.h
@@ -67,9 +67,9 @@ class cScrapManager {
bool SeriesInUse(int seriesId);
bool MovieInUse(int movieId);
//Debug
- void DumpSeries(int num);
- void DumpMovies(int num);
- void DumpRecordings(int num);
+ void DumpSeries(void);
+ void DumpMovies(void);
+ void DumpRecordings(void);
//Service Calls
bool GetEventType(ScraperGetEventType *call);
bool GetSeries(cSeries *series);