homescreen/hs-proxy: Guard against empty appids
[apps/agl-service-homescreen.git] / src / hs-proxy.h
index 8741e49..a70bfa1 100644 (file)
 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