Changeset 6795 for trunk/libtransmission/verify.h
- Timestamp:
- Sep 23, 2008, 7:11:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/verify.h
r6791 r6795 4 4 * This file is licensed by the GPL version 2. Works owned by the 5 5 * Transmission project are granted a special exemption to clause 2(b) 6 * so that the bulk of its code can remain under the MIT license. 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 8 8 * the Transmission project. … … 14 14 #define TR_VERIFY_H 1 15 15 16 typedef void ( *tr_verify_done_cb)( tr_torrent * tor );16 typedef void ( *tr_verify_done_cb )( tr_torrent * tor ); 17 17 18 void tr_verifyAdd( tr_torrent *tor,19 tr_verify_done_cb 18 void tr_verifyAdd( tr_torrent * tor, 19 tr_verify_done_cb recheck_done_cb ); 20 20 21 21 void tr_verifyRemove( tr_torrent * tor );
Note: See TracChangeset
for help on using the changeset viewer.