X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/9d057db5601ca755277ff5869cc49301f8e9707e..228a25d50e73d2ae94902fb0cb9d25b07b283203:/gameserv/sockhelp.h 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