From cb236290e267f17d5f81a18d742b81f1b74b05a2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 17:51:52 +0000 Subject: Prototypes everywhere. svn path=/trunk/; revision=515 --- socket.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'socket.h') 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__ */ -- cgit v1.2.3