From 463801e2cca6d519050daa49ba330f0a14e46da8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Nov 1996 17:09:03 +0000 Subject: Socket open rename. svn path=/trunk/; revision=481 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index ee28098a..e23ecfda 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -186,7 +186,7 @@ int openmailpipe (char **); int closemailpipe(int); int daemonize(const char *, void (*)(int)); -FILE *Socket(char *, int); +FILE *sockopen(char *, int); int prc_parse_file(const char *); int prc_filecheck(const char *); -- cgit v1.2.3