Stop daemon when calcurse enters interactive mode.

This commit is contained in:
Frederic Culot
2009-07-26 20:38:35 +00:00
parent bccd37ef96
commit 279c564d2b
4 changed files with 25 additions and 3 deletions

View File

@@ -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 */