diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-21 14:42:49 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-21 14:42:49 +0000 |
commit | bc44508a10434b18ca3d231d58882995a4d6d2ad (patch) | |
tree | 5336dd83dfc23233d2bd339bad56e6d76033bc3a /src/notify.h | |
parent | 3ece481999768f494e2f4711b8e69e9f55491fe7 (diff) | |
download | calcurse-bc44508a10434b18ca3d231d58882995a4d6d2ad.tar.gz calcurse-bc44508a10434b18ca3d231d58882995a4d6d2ad.zip |
Free memory associated with structure used for appointments notification.
Diffstat (limited to 'src/notify.h')
-rwxr-xr-x | src/notify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notify.h b/src/notify.h index 8823bb8..b2b8636 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.16 2009/01/02 22:28:54 culot Exp $ */ +/* $calcurse: notify.h,v 1.17 2009/06/21 14:42:49 culot Exp $ */ /* * Calcurse - text-based organizer @@ -55,6 +55,7 @@ struct notify_app_s int notify_bar (void); void notify_init_vars (void); void notify_init_bar (void); +void notify_free_app (void); void notify_start_main_thread (void); void notify_stop_main_thread (void); void notify_reinit_bar (void); |