Commit 607e60d3 607e60d3a74a04acf9b51ea18b6c65d8aab6ea85 by Sergey Poznyakoff

(mu_parse_date): New function.

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