From 9a97689c484f2b54a3d15bf59f74abc67b8b38b1 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 23 Sep 2008 17:31:56 +0000 Subject: Some fixes after ical import tests. Translations updated. --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 367262a..c6d483c 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.35 2008/09/21 08:06:43 culot Exp $ */ +/* $calcurse: utils.h,v 1.36 2008/09/23 17:31:57 culot Exp $ */ /* * Calcurse - text-based organizer @@ -154,5 +154,6 @@ char *new_tempfile (const char *, int); void erase_note (char **, erase_flag_e); int parse_date (char *, int, int *, int *, int *); char *str_toupper (char *); +void mem_free (void *ptr); #endif /* CALCURSE_UTILS_H */ -- cgit v1.2.3-54-g00ecf