summaryrefslogtreecommitdiffstats
path: root/src/hs-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-client.h')
-rw-r--r--src/hs-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs-client.h b/src/hs-client.h
index ac4d004..cbf2f33 100644
--- a/src/hs-client.h
+++ b/src/hs-client.h
@@ -32,6 +32,7 @@ public:
~HS_Client();
int handleRequest(afb_req_t request, const char *verb);
+ int pushEvent(const char *event, struct json_object *param);
private:
int tap_shortcut(afb_req_t request);