X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-proxy.h;h=a70bfa15ff635dd97482923666560e46ea8a2691;hb=756ccdbda5ed57ba15e1f360735c0e609d20fee8;hp=4016032a465f943c5d8151419e61d1fe553f3077;hpb=58eebeba6beb38861add052b9f4641f85906c8f1;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