Commit 607e60d3 607e60d3a74a04acf9b51ea18b6c65d8aab6ea85 by Sergey Poznyakoff

(mu_parse_date): New function.

1 parent 1d62bb64
...@@ -47,6 +47,7 @@ struct mu_timezone ...@@ -47,6 +47,7 @@ struct mu_timezone
47 47
48 typedef struct mu_timezone mu_timezone; 48 typedef struct mu_timezone mu_timezone;
49 49
50 int mu_parse_date __P ((const char *p, time_t *rettime, const time_t *now));
50 extern int mu_parse_imap_date_time __P ((const char **p, struct tm * tm, 51 extern int mu_parse_imap_date_time __P ((const char **p, struct tm * tm,
51 mu_timezone * tz)); 52 mu_timezone * tz));
52 extern int mu_parse_ctime_date_time __P ((const char **p, struct tm * tm, 53 extern int mu_parse_ctime_date_time __P ((const char **p, struct tm * tm,
......