add rpc access control table to prefs

This commit is contained in:
Mitchell Livingston
2008-06-04 03:50:10 +00:00
parent 20e9b8d27b
commit 9aa4c2b4ae
6 changed files with 499 additions and 21 deletions
+3
View File
@@ -58,6 +58,8 @@
int fPeerPort, fNatStatus;
IBOutlet NSTextField * fRPCPortField;
IBOutlet NSTableView * fRPCAccessTable;
NSMutableArray * fRPCAccessArray;
}
- (id) initWithHandle: (tr_handle *) handle;
@@ -120,6 +122,7 @@
- (void) setRPCEnabled: (id) sender;
- (void) setRPCPort: (id) sender;
- (void) updateRPCAccessList;
- (void) rpcUpdatePrefs;