From 906cebd5b1ab3dec88b483983448b83a8486a08b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Sep 1996 18:49:27 +0000 Subject: Added a needed prototype. svn path=/trunk/; revision=124 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 *); -- cgit v1.2.3