From 5352496984d550bd441b12a082d5a382c168cbe2 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 28 Dec 2008 13:13:58 +0000 Subject: Added wrappers around libc's memory management functions, to easily debug memory usage --- src/recur.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/recur.h') diff --git a/src/recur.h b/src/recur.h index 286b1ee..84f5226 100755 --- a/src/recur.h +++ b/src/recur.h @@ -1,4 +1,4 @@ -/* $calcurse: recur.h,v 1.23 2008/12/14 11:24:19 culot Exp $ */ +/* $calcurse: recur.h,v 1.24 2008/12/28 13:13:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -86,7 +86,8 @@ typedef void (*recur_cb_foreach_date_t)(FILE *, long, char *); extern recur_apoint_llist_t *recur_alist_p; extern struct recur_event_s *recur_elist; -int recur_apoint_llist_init (void); +void recur_apoint_llist_init (void); +void recur_apoint_llist_free (void); recur_apoint_llist_node_t *recur_apoint_new (char *, char *, long, long, char, int, int, long, struct days_s *); struct recur_event_s *recur_event_new (char *, char *, long, int, int, int, -- cgit v1.2.3-54-g00ecf