mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Merge PEX branch, I hope this works.
This commit is contained in:
@@ -59,3 +59,6 @@ int tr_netSend ( int s, uint8_t * buf, int size );
|
||||
int tr_netRecvFrom( int s, uint8_t * buf, int size, struct sockaddr_in * );
|
||||
|
||||
void tr_netNtop( const struct in_addr * addr, char * buf, int len );
|
||||
|
||||
|
||||
#define tr_addrcmp( aa, bb ) memcmp( ( void * )(aa), ( void * )(bb), 4)
|
||||
|
||||
Reference in New Issue
Block a user