aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index b6e233c..f301b2e 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -1,4 +1,4 @@
-/* $Id: calcurse.h,v 1.5 2010/03/22 08:16:33 culot Exp $ */
+/* $Id: calcurse.h,v 1.6 2011/01/11 22:10:48 fleischer Exp $ */
/*
* Calcurse - text-based organizer
@@ -873,7 +873,8 @@ long mystrtol (const char *);
void print_bool_option_incolor (WINDOW *, unsigned, int, int);
char *new_tempfile (const char *, int);
void erase_note (char **, enum eraseflg);
-int parse_date (char *, enum datefmt, int *, int *, int *);
+int parse_date (char *, enum datefmt, int *, int *, int *,
+ struct date *);
char *str_toupper (char *);
void file_close (FILE *, const char *);
void psleep (unsigned);