repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import
[rmail.git]
/
src
/
utils
/
rfc822.h
blob
9255ee0647562613c981ba86cb2238fc69807c77
1
#ifndef RFC822_UTILS_H
2
#define RFC822_UTILS_H
3
4
/* XXX */
5
time_t
rfc822_parse_date
(
char
*
date_string
);
6
7
8
/* Alternative From curier project */
9
time_t
rfc822_parsedt
(
const char
*
rfcdt
);
10
const char
*
rfc822_mkdt
(
time_t
t
);
11
12
13
14
#endif
/* RFC822_UTILS_H */