aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index caa6fee2..cc25f178 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -127,6 +127,7 @@ int doPOP2 (struct hostrec *);
int doPOP3 (struct hostrec *);
int doIMAP (struct hostrec *);
+struct hostrec *hostalloc(struct hostrec *);
int parsecmdline (int, char **, struct hostrec *);
void optmerge(struct hostrec *, struct hostrec *);
char *MD5Digest (char *);
@@ -135,6 +136,7 @@ int daemonize(const char *, void (*)(int));
#else
+struct hostrec *hostinit();
char *MD5Digest ();
void optmerge();