summaryrefslogtreecommitdiff
path: root/pith/ical.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/ical.h')
-rw-r--r--pith/ical.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/ical.h b/pith/ical.h
index 7ff5865a..d1fb0b57 100644
--- a/pith/ical.h
+++ b/pith/ical.h
@@ -14,5 +14,6 @@ VEVENT_SUMMARY_S *ical_vevent_summary(VCALENDAR_S *);
void free_vevent_summary(VEVENT_SUMMARY_S **);
VCALENDAR_S *ical_parse_text(char *); /* this is the entry point */
+void ical_free_all(void);
#endif /* ifndef PITH_ICAL_INCLUDED */