mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
add rpc access control table to prefs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user