mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-29 11:56:37 -05:00
Added: Network configuration to libresapi.
This commit is contained in:
parent
8c1babef55
commit
9b67e93e01
2 changed files with 198 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ private:
|
|||
void handleGetCustomStateString(Request& req, Response& resp);
|
||||
void handleSetCustomStateString(Request& req, Response& resp);
|
||||
|
||||
void handleGetNetworkOptions(Request& req, Response& resp);
|
||||
void handleSetNetworkOptions(Request& req, Response& resp);
|
||||
|
||||
void handleGetPGPOptions(Request& req, Response& resp);
|
||||
void handleSetPGPOptions(Request& req, Response& resp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue