aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-proxy.h')
-rw-r--r--src/hs-proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs-proxy.h b/src/hs-proxy.h
index 8741e49..4016032 100644
--- a/src/hs-proxy.h
+++ b/src/hs-proxy.h
@@ -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