summaryrefslogtreecommitdiff
path: root/www/httptunnel/files/patch-ab
blob: 1dc1360287ff3e91fde7fbf8df0015e247382806 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- common.h.orig	Thu Mar 16 00:41:09 2000
+++ common.h	Thu Mar 16 00:42:56 2000
@@ -58,7 +58,7 @@
 static inline void log_annoying () {}
 #endif
 
-extern int server_socket (int port, int backlog);
+extern int server_socket (struct in_addr addr, int port, int backlog);
 extern int set_address (struct sockaddr_in *address,
 			const char *host, int port);
 extern int open_device (char *device);