diff options
Diffstat (limited to 'include/cmsys.h')
-rw-r--r-- | include/cmsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cmsys.h b/include/cmsys.h index ae7f6347..4574f74b 100644 --- a/include/cmsys.h +++ b/include/cmsys.h @@ -78,6 +78,7 @@ extern uint32_t ipstr2int(const char *ip); extern int tobind (const char *addr); extern int tobindex (const char *addr, int qlen, int (*setsock)(int), int do_listen); extern int toconnect(const char *addr); +extern int toconnectex(const char *addr, int timeout); extern int toread (int fd, void *buf, int len); extern int towrite (int fd, const void *buf, int len); extern int send_remote_fd(int tunnel, int fd); |