aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 14:16:30 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 14:18:19 +0100
commitdba60d8b985247be7f0b0eef0bc0cefef651c824 (patch)
tree853afca0b32884c279e1a949313873f9c0d649d6 /vcal.h
parentStart using trie's instead of hash-maps. (diff)
downloadcalp-dba60d8b985247be7f0b0eef0bc0cefef651c824.tar.gz
calp-dba60d8b985247be7f0b0eef0bc0cefef651c824.tar.xz
Fix crash.
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);