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 fd46f71..9a5d88f 100644
--- a/process.h
+++ b/process.h
@@ -102,7 +102,7 @@ private:
bool AddInfosatEvent(cChannel *channel, cInfosatevent *iEvent);
bool CheckOriginal_and_Episode(char **s,cInfosatevent *iEvent,cCharSetConv *conv);
bool CheckAnnouncement(char *s,cInfosatevent *iEvent);
- bool ParseInfosatepg(FILE *f,int *firststarttime);
+ bool ParseInfosatepg(FILE *f,time_t *firststarttime);
cChannel *GetVDRChannel(int frequency, int sid);
u_long DoSum(u_long sum, const char *buf, int nBytes);
cEvent *SearchEvent(cSchedule* Schedule, cInfosatevent *iEvent);