aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-21 19:36:45 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-21 19:36:45 +0000
commitd2c337f8b529408f870ef36d0a2530d36afc759f (patch)
tree5dd3ecb82ddafb1eb1c67d5914ef02b1f706ec86 /src/notify.h
parent1aeb990b41469da5703c794b72843bf2eb38707f (diff)
downloadcalcurse-d2c337f8b529408f870ef36d0a2530d36afc759f.tar.gz
calcurse-d2c337f8b529408f870ef36d0a2530d36afc759f.zip
notify_print_options() added
Diffstat (limited to 'src/notify.h')
-rwxr-xr-xsrc/notify.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/notify.h b/src/notify.h
index 1c155e3..1e8f075 100755
--- a/src/notify.h
+++ b/src/notify.h
@@ -1,4 +1,4 @@
-/* $calcurse: notify.h,v 1.8 2007/07/20 19:12:34 culot Exp $ */
+/* $calcurse: notify.h,v 1.9 2007/07/21 19:36:45 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -53,20 +53,21 @@ struct notify_app_s {
pthread_mutex_t mutex;
};
-int notify_bar(void);
-void notify_init_vars(void);
-void notify_init_bar(window_t *);
-void notify_start_main_thread(void);
-void notify_stop_main_thread(void);
-void notify_reinit_bar(int l, int c, int y, int x);
-void notify_update_bar(void);
-void notify_extract_aptsfile(void);
-void notify_check_next_app(void);
-void notify_check_added(char *mesg, long start, char state);
-void notify_check_repeated(recur_apoint_llist_node_t *i);
-int notify_same_item(long time);
-int notify_same_recur_item(recur_apoint_llist_node_t *i);
-void notify_launch_cmd(char *cmd, char *shell);
-void notify_catch_children(void);
+int notify_bar(void);
+void notify_init_vars(void);
+void notify_init_bar(window_t *);
+void notify_start_main_thread(void);
+void notify_stop_main_thread(void);
+void notify_reinit_bar(int, int, int, int);
+void notify_update_bar(void);
+void notify_extract_aptsfile(void);
+void notify_check_next_app(void);
+void notify_check_added(char *, long, char);
+void notify_check_repeated(recur_apoint_llist_node_t *);
+int notify_same_item(long);
+int notify_same_recur_item(recur_apoint_llist_node_t *);
+void notify_launch_cmd(char *, char *);
+void notify_catch_children(void);
+void notify_config_bar(void);
#endif /* CALCURSE_NOTIFY_H */