Changeset 7436 for trunk/libtransmission/net.h
- Timestamp:
- Dec 18, 2008, 5:55:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/net.h
r7425 r7436 88 88 tr_bool tr_isAddress( const tr_address * a ); 89 89 90 typedef struct tr_net_af_support 91 { 92 tr_bool has_inet6; 93 tr_bool needs_inet4; 94 } tr_net_af_support; 95 96 tr_net_af_support tr_net_getAFSupport( tr_port ); 97 90 98 /*********************************************************************** 91 99 * Socket list housekeeping
Note: See TracChangeset
for help on using the changeset viewer.