aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 15:38:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 18:16:19 +0100
commit447e42b4fbf5567b3cf96ddee0186f76f0c7ebe9 (patch)
tree349566b092f4d6f566cad3411f4e926534c5b304 /vcal.h
parentAdd single file mode. (diff)
downloadcalp-447e42b4fbf5567b3cf96ddee0186f76f0c7ebe9.tar.gz
calp-447e42b4fbf5567b3cf96ddee0186f76f0c7ebe9.tar.xz
Improve templating macros.
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;