diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 20:11:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 20:11:12 +0000 |
commit | b61eab701a47c73b7ecdafacde33104720fb3934 (patch) | |
tree | a8b66a1e1821de06ff98f8983594a53cc23157ec /fetchmail.h | |
parent | 391662917b3bd0bdd0f6a617894bb003c0a41664 (diff) | |
download | fetchmail-b61eab701a47c73b7ecdafacde33104720fb3934.tar.gz fetchmail-b61eab701a47c73b7ecdafacde33104720fb3934.tar.bz2 fetchmail-b61eab701a47c73b7ecdafacde33104720fb3934.zip |
Split RFC822-bashing code out of the driver.
svn path=/trunk/; revision=492
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index eaf11fb0..9bf6d105 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -165,6 +165,9 @@ int doPOP2 (struct query *); int doPOP3 (struct query *); int doIMAP (struct query *); +void reply_hack(char *, const char *); +char *nxtaddr(const char *); + void initialize_saved_lists(struct query *, char *); void save_uid(struct idlist **, int, char *); void free_uid_list(struct idlist **); |