Merge PEX branch, I hope this works.

This commit is contained in:
Josh Elsasser
2007-03-23 08:28:01 +00:00
parent 1c0e5ca701
commit 09c87aad84
35 changed files with 2466 additions and 144 deletions

View File

@@ -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)