diff options
author | Frederic Culot <calcurse@culot.org> | 2008-09-15 20:40:22 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-09-15 20:40:22 +0000 |
commit | a126904b7e462a72c276387dde1f5ba10a88d05d (patch) | |
tree | 9324fbe0c28ddc38cfb7361002ddca18ddbea006 /src/utils.h | |
parent | 2a873eafb37023ad55e02f4c31a475b5a0ac4168 (diff) | |
download | calcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.zip |
Initial work on icalendar import
Diffstat (limited to 'src/utils.h')
-rwxr-xr-x | src/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 5e03bb2..9695ed3 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.32 2008/08/11 18:08:45 culot Exp $ */ +/* $calcurse: utils.h,v 1.33 2008/09/15 20:40:22 culot Exp $ */ /* * Calcurse - text-based organizer @@ -107,5 +107,6 @@ void print_option_incolor (WINDOW *, bool, int, int); 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 *); #endif /* CALCURSE_UTILS_H */ |