(mu_parse_date): New function.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment