diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |