aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-ws-client.h
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-07-12 16:14:51 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2016-07-12 14:35:23 +0000
commit404f24c13cb45bd3e9ca837bc033fd6840cbf669 (patch)
treebbc282179848f319c8a2e21193413ab9ddc03064 /src/afb-ws-client.h
parentbca90021828565bddb8624e8f6370bf4959cbfbf (diff)
afb-client-demo/afb-ws: remove dependency on afb-common.*
afb-common.* files are not public and so not distributed in any development package. This makes difficult to create a client with sources out-of-tree. Change-Id: Ib2edd48f864f55821ab590442efdf6d1e2fdcd58 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'src/afb-ws-client.h')
-rw-r--r--src/afb-ws-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afb-ws-client.h b/src/afb-ws-client.h
index f2aee7d0..cac4c782 100644
--- a/src/afb-ws-client.h
+++ b/src/afb-ws-client.h
@@ -27,3 +27,7 @@ struct afb_wsj1_itf;
* Returns NULL in case of failure with errno set appriately.
*/
extern struct afb_wsj1 *afb_ws_client_connect_wsj1(const char *uri, struct afb_wsj1_itf *itf, void *closure);
+
+struct sd_event;
+extern struct sd_event *afb_ws_client_get_event_loop();
+