get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276

This commit is contained in:
Mitchell Livingston
2009-03-14 15:53:13 +00:00
parent 0e5bfb8e6a
commit b16cd42420
3 changed files with 16 additions and 6 deletions

View File

@@ -60,6 +60,7 @@
IBOutlet NSTableView * fRPCWhitelistTable;
NSMutableArray * fRPCWhitelistArray;
IBOutlet NSSegmentedControl * fRPCAddRemoveControl;
NSString * fRPCPassword;
}
+ (void) setHandle: (tr_session *) handle;