diff options
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |