]> diplodocus.org Git - nmh/blobdiff - h/icalendar.h
Update XOAUTH2 documentation.
[nmh] / h / icalendar.h
index 0bedfdedcc19a8f5e9ca98e4472d84f5986e8a20..917339e75bfe2409a1110f7efebdd04f3c8a142f 100644 (file)
@@ -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;