(trunk) patch from wereHamster to finish off tr_handle

This commit is contained in:
Charles Kerr
2008-12-22 19:14:43 +00:00
parent 94a491aefb
commit 55f263312f
25 changed files with 47 additions and 49 deletions

View File

@@ -49,10 +49,10 @@
NSUserDefaults * fDefaults;
}
+ (void) createTorrentFile: (tr_handle *) handle;
+ (void) createTorrentFile: (tr_handle *) handle forFile: (NSString *) file;
+ (void) createTorrentFile: (tr_session *) handle;
+ (void) createTorrentFile: (tr_session *) handle forFile: (NSString *) file;
- (id) initWithHandle: (tr_handle *) handle path: (NSString *) path;
- (id) initWithHandle: (tr_session *) handle path: (NSString *) path;
- (void) toggleOpenCheck: (id) sender;