aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcal.h b/vcal.h
index 74ea819b..d25a77aa 100644
--- a/vcal.h
+++ b/vcal.h
@@ -80,7 +80,10 @@ int push_event(vcalendar* cal, vevent* ev);
* TODO
* remove it.
*/
-extern content_line** clines;
-extern int cline_ptr;
+extern void** gc_vect;
+extern int gc_ptr;
+
+int gc_register(void* ptr);
+int gc_free(void* ptr);
#endif /* VCAL_H */