aboutsummaryrefslogtreecommitdiffstats
path: root/src/dmon.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-26 20:38:35 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-26 20:38:35 +0000
commit279c564d2bb60747e56089658f66e848b7e88f55 (patch)
tree2e2ebfe0d40c6fa58ab9121164bce535614406a9 /src/dmon.h
parentbccd37ef968dc07c2e3435123deba3e541662e0c (diff)
downloadcalcurse-279c564d2bb60747e56089658f66e848b7e88f55.tar.gz
calcurse-279c564d2bb60747e56089658f66e848b7e88f55.zip
Stop daemon when calcurse enters interactive mode.
Diffstat (limited to 'src/dmon.h')
-rw-r--r--src/dmon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dmon.h b/src/dmon.h
index 9575705..7236360 100644
--- a/src/dmon.h
+++ b/src/dmon.h
@@ -1,4 +1,4 @@
-/* $calcurse: dmon.h,v 1.1 2009/07/20 19:44:04 culot Exp $ */
+/* $calcurse: dmon.h,v 1.2 2009/07/26 20:38:36 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -40,5 +40,6 @@
#define CALCURSE_DMON_H
void dmon_start (int);
+void dmon_stop (void);
#endif /* CALCURSE_DMON_H */