mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-29 11:56:37 -05:00
Added: Handling requests to get and set node options
This commit is contained in:
parent
fd33315146
commit
4a99000f16
2 changed files with 201 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ private:
|
|||
void handleGetPGPOptions(Request& req, Response& resp);
|
||||
void handleSetPGPOptions(Request& req, Response& resp);
|
||||
|
||||
void handleGetNodeOptions(Request& req, Response& resp);
|
||||
void handleSetNodeOptions(Request& req, Response& resp);
|
||||
|
||||
// a helper which ensures proper mutex locking
|
||||
StateToken getCurrentStateToken();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue