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/apoint.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/apoint.h') diff --git a/src/apoint.h b/src/apoint.h index dc71e34..ca3b4b3 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.14 2008/04/19 21:05:15 culot Exp $ */ +/* $calcurse: apoint.h,v 1.15 2008/12/28 13:13:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -59,7 +59,8 @@ apoint_llist_t; extern apoint_llist_t *alist_p; -int apoint_llist_init (void); +void apoint_llist_init (void); +void apoint_llist_free (void); void apoint_hilt_set (int); void apoint_hilt_decrease (void); void apoint_hilt_increase (void); -- cgit v1.2.3-54-g00ecf