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 0876e0a9..c7bc0cd8 100644
--- a/vcal.h
+++ b/vcal.h
@@ -44,7 +44,7 @@ int CONSTRUCTOR_DECL(vevent, int init_size);
int CONSTRUCTOR_DECL(content_line);
int CONSTRUCTOR_DECL(content_line, int keylen, int vallen);
-int content_line_free (content_line* c);
+int FREE_DECL(content_line);
int content_line_copy (content_line* dest, content_line* src);
content_line* get_property (vevent* ev, char* key);