diff options
Diffstat (limited to 'sock.h')
-rw-r--r-- | sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ extern int af_socket(int af); extern int pf_socket(void); -extern int pf_tx_socket(void); extern void set_nonblocking(int fd); extern int set_nonblocking_sloppy(int fd); extern int set_reuseaddr(int fd); |