(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

@@ -62,8 +62,8 @@
IBOutlet NSSegmentedControl * fRPCAddRemoveControl;
}
+ (void) setHandle: (tr_handle *) handle;
+ (tr_handle *) handle;
+ (void) setHandle: (tr_session *) handle;
+ (tr_session *) handle;
- (void) setPort: (id) sender;
- (void) randomPort: (id) sender;