Changeset 7455 for branches/1.4x/libtransmission/net.h
- Timestamp:
- Dec 22, 2008, 12:51:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/net.h
r7176 r7455 65 65 struct tr_session; 66 66 67 typedef struct in_addr tr_address; 68 69 tr_bool tr_isAddress( const tr_address * a ); 70 67 71 /*********************************************************************** 68 72 * DNS resolution … … 95 99 int len ); 96 100 101 int tr_compareAddresses( const struct in_addr * a, 102 const struct in_addr * b ); 103 97 104 void tr_netInit( void ); 98 105
Note: See TracChangeset
for help on using the changeset viewer.