summaryrefslogtreecommitdiff
path: root/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'source.h')
-rw-r--r--source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source.h b/source.h
index 64ed651..6af848c 100644
--- a/source.h
+++ b/source.h
@@ -173,8 +173,7 @@ private:
bool epgsearchexists;
public:
cEPGSources();
- void ReadIn(cGlobals *Global, const char *SourceOrder,
- bool Reload=false);
+ void ReadIn(cGlobals *Global, bool Reload=false);
bool RunItNow();
time_t NextRunTime();
bool Exists(const char *Name);
@@ -182,6 +181,7 @@ public:
cEPGSource *GetSourceDB(const char *EpgFile);
int GetSourceIdx(const char *Name);
void Remove();
+ bool MoveEPGSource(cGlobals *Global, int From, int To);
bool EPGSearchExists()
{
return epgsearchexists;