remove more dead code

This commit is contained in:
Charles Kerr 2008-05-28 16:56:38 +00:00
parent cd6ef35854
commit e6070f04f2
2 changed files with 2 additions and 4 deletions

View File

@ -76,7 +76,7 @@ int tr_netResolve( const char * address, struct in_addr * addr )
/***********************************************************************
* TCP/UDP sockets
* TCP sockets
**********************************************************************/
int

View File

@ -66,12 +66,10 @@ int tr_netResolve( const char *, struct in_addr * );
/***********************************************************************
* TCP and UDP sockets
* Sockets
**********************************************************************/
int tr_netOpenTCP ( const struct in_addr * addr, tr_port_t port, int priority );
int tr_netOpenUDP ( const struct in_addr * addr, tr_port_t port, int priority );
int tr_netBindTCP ( int port );
int tr_netBindUDP ( int port );
int tr_netAccept ( int s, struct in_addr *, tr_port_t * );
int tr_netSetTOS ( int s, int tos );
void tr_netClose ( int s );