aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-09-23 17:31:56 +0000
committerFrederic Culot <calcurse@culot.org>2008-09-23 17:31:56 +0000
commit9a97689c484f2b54a3d15bf59f74abc67b8b38b1 (patch)
treecd781c8e94ecf31b93bb42f4732d6cbdedc36671 /src/utils.h
parent6ce12bfedf635cf5315aa854bae76a0d509bb786 (diff)
downloadcalcurse-9a97689c484f2b54a3d15bf59f74abc67b8b38b1.tar.gz
calcurse-9a97689c484f2b54a3d15bf59f74abc67b8b38b1.zip
Some fixes after ical import tests. Translations updated.
Diffstat (limited to 'src/utils.h')
-rwxr-xr-xsrc/utils.h3
1 files changed, 2 insertions, 1 deletions
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 */