recover application
[apps/agl-service-homescreen.git] / src / hs-proxy.h
index 1c9a67d..a0acf10 100644 (file)
@@ -31,7 +31,7 @@ public:
     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(afb_api_t api, const std::string &id);
 };
 
 class HS_WmProxy {