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/notify.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/notify.h') diff --git a/src/notify.h b/src/notify.h index e1b8f00..957ec36 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.14 2008/04/19 21:05:15 culot Exp $ */ +/* $calcurse: notify.h,v 1.15 2008/12/28 13:13:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -54,7 +54,9 @@ struct notify_app_s int notify_bar (void); void notify_init_vars (void); +void notify_free_vars (void); void notify_init_bar (void); +void notify_free_bar (void); void notify_start_main_thread (void); void notify_stop_main_thread (void); void notify_reinit_bar (void); -- cgit v1.2.3-54-g00ecf