diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-26 20:38:35 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-26 20:38:35 +0000 |
commit | 279c564d2bb60747e56089658f66e848b7e88f55 (patch) | |
tree | 2e2ebfe0d40c6fa58ab9121164bce535614406a9 /src/dmon.h | |
parent | bccd37ef968dc07c2e3435123deba3e541662e0c (diff) | |
download | calcurse-279c564d2bb60747e56089658f66e848b7e88f55.tar.gz calcurse-279c564d2bb60747e56089658f66e848b7e88f55.zip |
Stop daemon when calcurse enters interactive mode.
Diffstat (limited to 'src/dmon.h')
-rw-r--r-- | src/dmon.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |