const char *) PURE;
void free_contentlines (contentline *);
-typedef struct tzdesc *tzdesc_t;
-tzdesc_t load_timezones (const contentline *);
-void free_timezones (tzdesc_t);
-char *format_datetime (tzdesc_t, const contentline *);
-
/*
* The following provide access to, and by, the iCalendar parser.
*/
int icalparse (void);
extern vevent vevents;
int icallex (void);
-extern int parser_status;
/* And this is for the icalendar scanner. */
extern YYSTYPE icallval;