diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-01 13:31:20 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-01 13:31:20 +0000 |
commit | 71d6cfda92e55915bfc20e012e2bc069ff6aad99 (patch) | |
tree | f3dc07f90812e0631a92f7407284a639a5d338f3 /src/notify.h | |
parent | 5181d90b017715bab95b991f258a4df2b42263fc (diff) | |
download | calcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.tar.gz calcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.zip |
More work on implementing the daemon.
Diffstat (limited to 'src/notify.h')
-rwxr-xr-x | src/notify.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/notify.h b/src/notify.h index b066b97..d8bcd21 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.19 2009/07/20 19:45:26 culot Exp $ */ +/* $calcurse: notify.h,v 1.20 2009/08/01 13:31:21 culot Exp $ */ /* * Calcurse - text-based organizer @@ -72,9 +72,11 @@ void notify_free_app (void); void notify_start_main_thread (void); void notify_stop_main_thread (void); void notify_reinit_bar (void); -void notify_launch_cmd (void); +unsigned notify_launch_cmd (void); void notify_update_bar (void); unsigned notify_get_next (struct notify_app_s *); +unsigned notify_get_next_bkgd (void); +char *notify_app_txt (void); void notify_check_next_app (void); void notify_check_added (char *, long, char); void notify_check_repeated (recur_apoint_llist_node_t *); |