Changeset 3119 for trunk/libtransmission/internal.h
- Timestamp:
- Sep 21, 2007, 5:31:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/internal.h
r3105 r3119 61 61 void tr_torrentUnlock ( const tr_torrent * ); 62 62 63 void tr_torrentChangeMyPort ( tr_torrent * , int port);63 void tr_torrentChangeMyPort ( tr_torrent * ); 64 64 65 65 int tr_torrentExists( tr_handle *, const uint8_t * ); … … 121 121 122 122 uint8_t * azId; 123 int publicPort;124 123 125 124 /* Where to download */
Note: See TracChangeset
for help on using the changeset viewer.