]> diplodocus.org Git - nmh/blobdiff - h/icalendar.h
Removed --depth 1 from git clone invocation.
[nmh] / h / icalendar.h
index be7244e280c10cdd72e4d73fcd62fd082ad93336..1f76921e9b4814265dc36c0eee6072d4b1cc1868 100644 (file)
@@ -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.
  */