Added: Functions for handling PGP account details requests

This commit is contained in:
Konrad 2017-04-12 20:24:18 +02:00
parent 9402b8e239
commit aa81cc16d0
2 changed files with 119 additions and 0 deletions

View file

@ -41,6 +41,9 @@ private:
void handleGetCustomStateString(Request& req, Response& resp);
void handleSetCustomStateString(Request& req, Response& resp);
void handleGetPGPOptions(Request& req, Response& resp);
void handleSetPGPOptions(Request& req, Response& resp);
// a helper which ensures proper mutex locking
StateToken getCurrentStateToken();