Last change
on this file since 6791 was
6791,
checked in by charles, 14 years ago
|
fix at least one possible cause for the new crash reported by persept
|
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
649 bytes
|
Line | |
---|
1 | /* |
---|
2 | * This file Copyright (C) 2007-2008 Charles Kerr <charles@rebelbase.com> |
---|
3 | * |
---|
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) |
---|
6 | * so that the bulk of its code can remain under the MIT license. |
---|
7 | * This exemption does not extend to derived works not owned by |
---|
8 | * the Transmission project. |
---|
9 | * |
---|
10 | * $Id: verify.h 6791 2008-09-19 17:03:25Z charles $ |
---|
11 | */ |
---|
12 | |
---|
13 | #ifndef TR_VERIFY_H |
---|
14 | #define TR_VERIFY_H 1 |
---|
15 | |
---|
16 | typedef void (*tr_verify_done_cb)( tr_torrent * tor ); |
---|
17 | |
---|
18 | void tr_verifyAdd( tr_torrent * tor, |
---|
19 | tr_verify_done_cb recheck_done_cb ); |
---|
20 | |
---|
21 | void tr_verifyRemove( tr_torrent * tor ); |
---|
22 | |
---|
23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.