Changeset 13625 for trunk/libtransmission/verify.h
- Timestamp:
- Dec 5, 2012, 5:29:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/verify.h
r11709 r13625 3 3 * 4 4 * This file is licensed by the GPL version 2. Works owned by the 5 * Transmission project are granted a special exemption to clause 2 (b)5 * Transmission project are granted a special exemption to clause 2 (b) 6 6 * so that the bulk of its code can remain under the MIT license. 7 7 * This exemption does not extend to derived works not owned by … … 23 23 */ 24 24 25 typedef void ( *tr_verify_done_cb )( tr_torrent * tor);25 typedef void (*tr_verify_done_cb)(tr_torrent * tor); 26 26 27 void tr_verifyAdd (tr_torrent * tor,28 tr_verify_done_cb recheck_done_cb 27 void tr_verifyAdd (tr_torrent * tor, 28 tr_verify_done_cb recheck_done_cb); 29 29 30 void tr_verifyRemove ( tr_torrent * tor);30 void tr_verifyRemove (tr_torrent * tor); 31 31 32 void tr_verifyClose ( tr_session *);32 void tr_verifyClose (tr_session *); 33 33 34 34 /* @} */
Note: See TracChangeset
for help on using the changeset viewer.