diff options
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ #define INTERNAL_BUFSIZE 2048 -FILE *Socket(host, clientPort) +FILE *sockopen(host, clientPort) char *host; int clientPort; { |