aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-clientmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-clientmanager.h')
-rw-r--r--src/hs-clientmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h
index 54283c2..366f256 100644
--- a/src/hs-clientmanager.h
+++ b/src/hs-clientmanager.h
@@ -54,7 +54,7 @@ private:
HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);
HS_Client* addClient(afb_req_t req, std::string appid);
void removeClient(std::string appid);
- void checkRegisterApp(const std::string &appid);
+ void checkRegisterApp(afb_api_t api, const std::string &appid);
private:
static HS_ClientManager* me;