diff options
author | Martin Pool <mbp@samba.org> | 2001-11-26 07:47:59 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-26 07:47:59 +0000 |
commit | a57568d7167cb54b9b0802aeabf5a424749fbd65 (patch) | |
tree | 27117756d047d8369cdd709e5a5e5b487e4f204c /socket.c | |
parent | 61f543cade5926794ed16807d2e83fbe4f03252d (diff) | |
download | rsync-a57568d7167cb54b9b0802aeabf5a424749fbd65.tar.gz |
Oops, no C++ comments.
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -30,8 +30,6 @@ #include "lib/addrinfo.h" #endif -// extern int af; /* NO MORE BLOODY GLOBALS! */ - /* Establish a proxy connection on an open socket to a web roxy by * using the CONNECT method. */ static int establish_proxy_connection(int fd, char *host, int port) |