X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7eecb2dcc4a30573ee644491a04e18d1acd7ec81..62b9266aa31b2baced3252987b256b4e43ec9573:/h/icalendar.h diff --git a/h/icalendar.h b/h/icalendar.h index be7244e2..1f76921e 100644 --- a/h/icalendar.h +++ b/h/icalendar.h @@ -71,14 +71,9 @@ void add_param_name (contentline *, char *); void add_param_value (contentline *, char *); void remove_value (value_list *); struct contentline *find_contentline (contentline *, const char *, - 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. */