Work on allocating and freeing memory associated with user's data for the daemon.

This commit is contained in:
Frederic Culot
2009-07-27 19:35:09 +00:00
parent f0005f64dc
commit b45a8bfbb4
4 changed files with 32 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: utils.h,v 1.48 2009/07/23 18:33:22 culot Exp $ */
/* $calcurse: utils.h,v 1.49 2009/07/27 19:35:09 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -124,6 +124,7 @@ typedef enum
erase_flag_e;
void exit_calcurse (int);
void free_user_data (void);
void fatalbox (const char *);
void warnbox (const char *);
void status_mesg (char *, char *);