aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 08f660ad..f759c216 100644
--- a/socket.c
+++ b/socket.c
@@ -28,7 +28,7 @@
#define INTERNAL_BUFSIZE 2048
-FILE *Socket(host, clientPort)
+FILE *sockopen(host, clientPort)
char *host;
int clientPort;
{