aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-28 13:11:42 +0000
commit4b987f70ac463121f9791eb3493952a77aba495f (patch)
tree2754295b8dd40b6818ddd80d97a327329de854c0 /src/notify.h
parentfdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff)
downloadcalcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz
calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip
unuseful headers removed and some functions became static
Diffstat (limited to 'src/notify.h')
-rwxr-xr-xsrc/notify.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/notify.h b/src/notify.h
index c1fe957..85ae733 100755
--- a/src/notify.h
+++ b/src/notify.h
@@ -1,4 +1,4 @@
-/* $calcurse: notify.h,v 1.10 2007/07/23 19:30:04 culot Exp $ */
+/* $calcurse: notify.h,v 1.11 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -27,9 +27,6 @@
#ifndef CALCURSE_NOTIFY_H
#define CALCURSE_NOTIFY_H
-#include <ncurses.h>
-#include <pthread.h>
-
#include "wins.h"
#include "apoint.h"
#include "recur.h"
@@ -60,14 +57,11 @@ 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 */