aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.h b/vcal.h
index 9123e3fa..74ea819b 100644
--- a/vcal.h
+++ b/vcal.h
@@ -56,7 +56,7 @@ content_line* get_property (vevent* ev, char* key);
int add_content_line (vevent* ev, content_line* c);
-int free_vevent(vevent* ev);
+FREE_F(vevent);
typedef struct s_vcalendar {
size_t n_events;