aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-01 13:31:20 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-01 13:31:20 +0000
commit71d6cfda92e55915bfc20e012e2bc069ff6aad99 (patch)
treef3dc07f90812e0631a92f7407284a639a5d338f3 /src/vars.c
parent5181d90b017715bab95b991f258a4df2b42263fc (diff)
downloadcalcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.tar.gz
calcurse-71d6cfda92e55915bfc20e012e2bc069ff6aad99.zip
More work on implementing the daemon.
Diffstat (limited to 'src/vars.c')
-rwxr-xr-xsrc/vars.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vars.c b/src/vars.c
index 8038f9c..fcc002c 100755
--- a/src/vars.c
+++ b/src/vars.c
@@ -1,4 +1,4 @@
-/* $calcurse: vars.c,v 1.19 2009/07/26 12:47:16 culot Exp $ */
+/* $calcurse: vars.c,v 1.20 2009/08/01 13:31:21 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -112,6 +112,9 @@ struct pad_s apad;
/* Variable to store notify-bar settings. */
struct nbar_s nbar;
+/* Variable to store daemon configuration. */
+struct dmon_conf_s dmon;
+
/*
* Variables init
*/