diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-19 21:04:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-19 21:04:47 +0000 |
commit | 2341c900035a5947fea7539c011ff6173ddc80ce (patch) | |
tree | e6dd95431f3797deb00aa178d0d60e61e01b3a17 /src/notify.h | |
parent | 2e798df3cb498b0e2150a5c2ace47eb80281237e (diff) | |
download | calcurse-2341c900035a5947fea7539c011ff6173ddc80ce.zip |
some memory leaks fixed using valgrind and some minor code cleanup
Diffstat (limited to 'src/notify.h')
-rwxr-xr-x | src/notify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.h b/src/notify.h index 32fcab2..e1b8f00 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.13 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: notify.h,v 1.14 2008/04/19 21:05:15 culot Exp $ */ /* * Calcurse - text-based organizer @@ -57,7 +57,7 @@ void notify_init_vars (void); void notify_init_bar (void); void notify_start_main_thread (void); void notify_stop_main_thread (void); -void notify_reinit_bar (int, int, int, int); +void notify_reinit_bar (void); void notify_update_bar (void); void notify_check_next_app (void); void notify_check_added (char *, long, char); |