X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/9d057db5601ca755277ff5869cc49301f8e9707e..8c5016fa576197e69b6848e8a39dbaecf26aa13a:/gameserv/sockhelp.h?ds=sidebyside diff --git a/gameserv/sockhelp.h b/gameserv/sockhelp.h index 297bc92..b7ec8a6 100644 --- a/gameserv/sockhelp.h +++ b/gameserv/sockhelp.h @@ -37,6 +37,7 @@ int sock_read(int sockfd, char *buf, size_t count); int sock_write(int sockfd, const char *buf, size_t count); int sock_gets( int sockfd, char *str, size_t count ); int sock_puts(int sockfd, const char *str); +int conn(const char *host, int port, const char *lhost, int lport); void ignore_pipe(void); #endif