diff options
Diffstat (limited to 'sock.h')
-rw-r--r-- | sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ 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); |