summaryrefslogtreecommitdiff
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.h b/process.h
index 0edc68b..5c8ff1c 100644
--- a/process.h
+++ b/process.h
@@ -72,7 +72,7 @@ private:
bool AddInfosatEvent(cChannel *channel, cInfosatevent *iEvent);
bool CheckOriginal(char *s,cInfosatevent *iEvent,cCharSetConv *conv);
bool CheckAnnouncement(char *s,cInfosatevent *iEvent);
- bool ParseInfosatepg(FILE *f);
+ bool ParseInfosatepg(FILE *f,int *firststarttime);
cChannel *GetInfosatChannel(int frequency, int sid);
u_long DoSum(u_long sum, const char *buf, int nBytes);
cEvent *SearchEvent(cSchedule* Schedule, cInfosatevent *iEvent);