diff options
Diffstat (limited to 'src/hs-proxy.h')
-rw-r--r-- | src/hs-proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs-proxy.h b/src/hs-proxy.h index 4016032..a70bfa1 100644 --- a/src/hs-proxy.h +++ b/src/hs-proxy.h @@ -25,6 +25,7 @@ struct HS_AfmMainProxy { // synchronous call, call result in object int runnables(afb_api_t api, struct json_object **object); + int ps(afb_api_t api, struct json_object **object); int detail(afb_api_t api, const std::string &id, struct json_object **object); // asynchronous call, reply in callback function |