X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-proxy.h;h=a70bfa15ff635dd97482923666560e46ea8a2691;hb=31eeddf43beed3dd5f6b85eb8f8c2f3e46f3e34c;hp=4016032a465f943c5d8151419e61d1fe553f3077;hpb=2101ce76906836e8337eacab5ee8ecff2cbcff9f;p=apps%2Fagl-service-homescreen.git 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