aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 18:49:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 18:49:27 +0000
commit906cebd5b1ab3dec88b483983448b83a8486a08b (patch)
tree2575b41b60536d4b4f5498fb3b6f24d075460907 /fetchmail.h
parent88f397c1b8e71c24122f245257dec9161a49c005 (diff)
downloadfetchmail-906cebd5b1ab3dec88b483983448b83a8486a08b.tar.gz
fetchmail-906cebd5b1ab3dec88b483983448b83a8486a08b.tar.bz2
fetchmail-906cebd5b1ab3dec88b483983448b83a8486a08b.zip
Added a needed prototype.
svn path=/trunk/; revision=124
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index d33a9599..0e0877b7 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -128,7 +128,7 @@ int gen_transact ();
/* prototypes for globally callable functions */
int doPOP2 (struct hostrec *);
int doPOP3 (struct hostrec *);
-
+int doIMAP (struct hostrec *);
int parsecmdline (int, char **, struct hostrec *);
int setdefaults (struct hostrec *);
char *getnextserver (int argc, char **, int *);