aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
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 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 */