X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-client.h;fp=src%2Fhs-client.h;h=cbf2f33ff9a7c7baaae5f66928baf064b07441cb;hb=211769e800f3a57de55b3774de82af55d2a0160a;hp=ac4d0049bb8e2dc21725c9b1f7b6dcad3c09b960;hpb=25299ef60fa4df5f590ff364cff004e90376a4bf;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-client.h b/src/hs-client.h index ac4d004..cbf2f33 100644 --- a/src/hs-client.h +++ b/src/hs-client.h @@ -32,6 +32,7 @@ public: ~HS_Client(); int handleRequest(afb_req_t request, const char *verb); + int pushEvent(const char *event, struct json_object *param); private: int tap_shortcut(afb_req_t request);