]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/sockhelp.h
Fixed the bug causing players to be shown their own inventory when someone else reque...
[irc/gameservirc.git] / gameserv / sockhelp.h
index 297bc9263c04e6f1b19095cd18d38bbb51f746db..b7ec8a662dc5c5b7d14221acb798df80914762ba 100644 (file)
@@ -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