aboutsummaryrefslogtreecommitdiffstats
path: root/camel/broken-date-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/broken-date-parser.h')
-rw-r--r--camel/broken-date-parser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/broken-date-parser.h b/camel/broken-date-parser.h
index 6c1057ba22..b69d7636d7 100644
--- a/camel/broken-date-parser.h
+++ b/camel/broken-date-parser.h
@@ -20,11 +20,12 @@
*
*/
-#include <glib.h>
+
+#include <time.h>
/* prototypes for functions dealing with broken date formats */
-gchar *parse_broken_date (const gchar *datestr);
+time_t parse_broken_date (const char *datestr, int *saveoffset);