More work on implementing the daemon.

This commit is contained in:
Frederic Culot
2009-08-01 13:31:20 +00:00
parent 5181d90b01
commit 71d6cfda92
6 changed files with 174 additions and 94 deletions

View File

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