aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-11 23:24:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-11 23:24:07 +0000
commit1ccd1ef3797c85d2af2afa6489dede3d6654aa94 (patch)
tree3e8b75a5d807afc9013b0c860a39c9c99e1baf57 /fetchmail.h
parentb2ed4d15f7bb1c53e5be028ffd4203aa3e0ce299 (diff)
downloadfetchmail-1ccd1ef3797c85d2af2afa6489dede3d6654aa94.tar.gz
fetchmail-1ccd1ef3797c85d2af2afa6489dede3d6654aa94.tar.bz2
fetchmail-1ccd1ef3797c85d2af2afa6489dede3d6654aa94.zip
SMTP forwarding complete; now to debug it.
svn path=/trunk/; revision=82
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 2efb8a40..310cec20 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -129,7 +129,6 @@ int closeuserfolder (int);
int openmailpipe (struct hostrec *);
int closemailpipe (int);
char *MD5Digest (char *);
-void reply_hack(char *, const char *);
void append_server_names(int *, char **);
int daemonize(const char *, void (*)(int));
@@ -137,7 +136,6 @@ int daemonize(const char *, void (*)(int));
char *getnextserver();
char *MD5Digest ();
-void reply_hack ();
void append_server_names ();
int daemonize ();