aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
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__ */