Added wrappers around libc's memory management functions, to easily debug memory usage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user