make event_time_txt() visible

This commit is contained in:
Andreas Öman 2007-08-18 11:38:26 +00:00
parent 08cc817951
commit c2adc6bde7

2
epg.h
View file

@ -48,4 +48,6 @@ void epg_update_event_by_id(th_channel_t *ch, uint16_t event_id,
void epg_transfer_events(th_channel_t *ch, struct event_queue *src,
const char *srcname);
void event_time_txt(time_t start, int duration, char *out, int outlen);
#endif /* EPG_H */