hs-proxy: Hand over the hs_instance to AfmMainProxy
[apps/agl-service-homescreen.git] / src / hs-proxy.h
index 8741e49..4016032 100644 (file)
@@ -28,7 +28,7 @@ struct HS_AfmMainProxy {
     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