diff options
Diffstat (limited to 'rfc822/rfc822.h')
| -rw-r--r-- | rfc822/rfc822.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/rfc822/rfc822.h b/rfc822/rfc822.h index 3d437e3..09050ad 100644 --- a/rfc822/rfc822.h +++ b/rfc822/rfc822.h @@ -136,7 +136,8 @@ char *rfc822_getaddrs_wrap(const struct rfc822a *, int);  void rfc822_mkdate_buf(time_t, char *);  const char *rfc822_mkdate(time_t); -time_t rfc822_parsedt(const char *); + +int rfc822_parsedate_chk(const char *, time_t *);  #define CORESUBJ_RE 1  #define CORESUBJ_FWD 2 | 
