summaryrefslogtreecommitdiff
path: root/import.h
diff options
context:
space:
mode:
Diffstat (limited to 'import.h')
-rw-r--r--import.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/import.h b/import.h
index e61c60f..8a007f3 100644
--- a/import.h
+++ b/import.h
@@ -58,7 +58,8 @@ private:
public:
cImport(cGlobals *Global);
~cImport();
- void LinkPictures(const char *Source, cXMLTVStringList *Pics, tEventID DestID, tChannelID ChanID);
+ void LinkPictures(const char *Source, cXMLTVStringList *Pics, tEventID DestID,
+ tChannelID ChanID, bool MakeOld=true);
int Process(cEPGSource *Source, cEPGExecutor &myExecutor);
bool Begin(cEPGSource *Source, sqlite3 *Db);
bool Commit(cEPGSource *Source, sqlite3 *Db);