Changeset 7456 for trunk/libtransmission/handshake.h
- Timestamp:
- Dec 22, 2008, 12:52:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/handshake.h
r7441 r7456 19 19 20 20 #include "transmission.h" 21 #include "net.h" 21 22 22 struct tr_address;23 23 struct tr_peerIo; 24 24 typedef struct tr_handshake tr_handshake; … … 36 36 void * doneUserData ); 37 37 38 const struct tr_address * 39 tr_handshakeGetAddr( const struct tr_handshake * handshake, 38 const tr_address * tr_handshakeGetAddr( const struct tr_handshake * handshake, 40 39 tr_port * port ); 41 40
Note: See TracChangeset
for help on using the changeset viewer.