aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-24 23:17:27 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-24 23:17:27 +0000
commit7f283d4ca1d285be038ac62703b32a786da847ea (patch)
tree2080deab0e75c8895197645d310579fc090da8ae /src/notify.h
parent721de8d034d5397eef71c7b7499fe8d01cf95a19 (diff)
downloadcalcurse-7f283d4ca1d285be038ac62703b32a786da847ea.tar.gz
calcurse-7f283d4ca1d285be038ac62703b32a786da847ea.zip
notify_init_vars() prototype added
Diffstat (limited to 'src/notify.h')
-rwxr-xr-xsrc/notify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notify.h b/src/notify.h
index a0cb4f5..ba9cade 100755
--- a/src/notify.h
+++ b/src/notify.h
@@ -1,4 +1,4 @@
-/* $calcurse: notify.h,v 1.6 2007/02/25 19:29:20 culot Exp $ */
+/* $calcurse: notify.h,v 1.7 2007/03/24 23:17:27 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -54,6 +54,7 @@ struct notify_app_s {
};
int notify_bar(void);
+void notify_init_vars(void);
void notify_init_bar(int l, int c, int y, int x);
void notify_start_main_thread(void);
void notify_stop_main_thread(void);