aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-23 18:33:20 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-23 18:33:20 +0000
commitade0470197934fba87eb5113a7ecb2d542a6ed73 (patch)
tree3ec5a3f8b363c5ef84bdccbc761bb80edee57c9f /src/vars.c
parentb55cad85dad5bd4bb81c92f6acaef7394b23d9b5 (diff)
downloadcalcurse-ade0470197934fba87eb5113a7ecb2d542a6ed73.tar.gz
calcurse-ade0470197934fba87eb5113a7ecb2d542a6ed73.zip
Functions added to implement a logging mechanism for calcurse daemon.
Diffstat (limited to 'src/vars.c')
-rwxr-xr-xsrc/vars.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vars.c b/src/vars.c
index 7120ae1..0dc6a06 100755
--- a/src/vars.c
+++ b/src/vars.c
@@ -1,4 +1,4 @@
-/* $calcurse: vars.c,v 1.17 2009/07/12 16:22:02 culot Exp $ */
+/* $calcurse: vars.c,v 1.18 2009/07/23 18:33:22 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -103,6 +103,7 @@ char path_conf[] = "";
char path_notes[] = "";
char path_keys[] = "";
char path_lock[] = "";
+char path_dmon_log[] = "";
/* Variable to handle pads. */
struct pad_s apad;