X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/93a18dd7a6b92922361383a4e6152380da5f3583..refs/heads/master:/h/icalendar.h?ds=inline diff --git a/h/icalendar.h b/h/icalendar.h index 0bedfded..917339e7 100644 --- a/h/icalendar.h +++ b/h/icalendar.h @@ -74,11 +74,6 @@ struct contentline *find_contentline (contentline *, const char *, 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. */ @@ -93,7 +88,6 @@ extern int icaldebug; int icalparse (void); extern vevent vevents; int icallex (void); -extern int parser_status; /* And this is for the icalendar scanner. */ extern YYSTYPE icallval;