From 45cc66a611304748f4f2e2d38d8eb00527c93d3e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Nov 1996 17:00:46 +0000 Subject: Eliminated socket.h. svn path=/trunk/; revision=480 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index eaf11fb0..ee28098a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -186,6 +186,8 @@ int openmailpipe (char **); int closemailpipe(int); int daemonize(const char *, void (*)(int)); +FILE *Socket(char *, int); + int prc_parse_file(const char *); int prc_filecheck(const char *); -- cgit v1.2.3