X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-proxy.h;h=a70bfa15ff635dd97482923666560e46ea8a2691;hb=refs%2Ftags%2F12.1.10;hp=8741e490eb83dbffc961b11258b1370b7dd5914c;hpb=211769e800f3a57de55b3774de82af55d2a0160a;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-proxy.h b/src/hs-proxy.h index 8741e49..a70bfa1 100644 --- a/src/hs-proxy.h +++ b/src/hs-proxy.h @@ -25,10 +25,11 @@ 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 - void start(afb_req_t request, const std::string &id); + void start(struct hs_instance *hs_instance, afb_req_t request, const std::string &id); }; -#endif // HOMESCREEN_PROXY_H \ No newline at end of file +#endif // HOMESCREEN_PROXY_H