diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 17:00:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 17:00:46 +0000 |
commit | 45cc66a611304748f4f2e2d38d8eb00527c93d3e (patch) | |
tree | 456b9c0bf641077756418d31269a88609911ce49 /fetchmail.h | |
parent | 3153b1bcc67a1d910a200170a3e669a377da95ee (diff) | |
download | fetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.tar.gz fetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.tar.bz2 fetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.zip |
Eliminated socket.h.
svn path=/trunk/; revision=480
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 *); |