aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 17:51:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 17:51:52 +0000
commitcb236290e267f17d5f81a18d742b81f1b74b05a2 (patch)
treee6c74acdaa0881bb8accab285d77f146381b2f81 /socket.h
parent7b11f0ff9972d8046e69f98948fdab26b5199caf (diff)
downloadfetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.tar.gz
fetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.tar.bz2
fetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.zip
Prototypes everywhere.
svn path=/trunk/; revision=515
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/socket.h b/socket.h
index 31689aa0..10a0a974 100644
--- a/socket.h
+++ b/socket.h
@@ -9,7 +9,6 @@
#ifndef SOCKET__
#define SOCKET__
-#if defined(HAVE_PROTOTYPES)
/*
Create a new client socket
returns (FILE *)NULL on error
@@ -41,6 +40,4 @@ int SockPrintf(FILE *sockfp, char *format, ...) ;
int SockPrintf();
#endif
-#endif /* defined(HAVE_PROTOTYPES) */
-
#endif /* SOCKET__ */