diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index c705e047d5..7be7fddcdd 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -257,6 +257,7 @@ int touch_file(const char *fname); int tor_close_socket(int s); int tor_open_socket(int domain, int type, int protocol); +int tor_accept_socket(int sockfd, struct sockaddr *addr, socklen_t *len); int get_n_open_sockets(void); #ifdef USE_BSOCKETS |