mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
remove more dead code
This commit is contained in:
parent
cd6ef35854
commit
e6070f04f2
2 changed files with 2 additions and 4 deletions
|
@ -76,7 +76,7 @@ int tr_netResolve( const char * address, struct in_addr * addr )
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* TCP/UDP sockets
|
* TCP sockets
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
@ -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_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_netBindTCP ( int port );
|
||||||
int tr_netBindUDP ( int port );
|
|
||||||
int tr_netAccept ( int s, struct in_addr *, tr_port_t * );
|
int tr_netAccept ( int s, struct in_addr *, tr_port_t * );
|
||||||
int tr_netSetTOS ( int s, int tos );
|
int tr_netSetTOS ( int s, int tos );
|
||||||
void tr_netClose ( int s );
|
void tr_netClose ( int s );
|
||||||
|
|
Loading…
Reference in a new issue