hs-proxy,hs-clientmanager: Handle correctly the shutdown of apps
[apps/agl-service-homescreen.git] / src / hs-proxy.h
index 4016032..a70bfa1 100644 (file)
@@ -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