summaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-29 17:39:23 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-29 17:39:23 +0200
commit63c32ff0f0ee13b505d252821fe1fd55816699e1 (patch)
treefbacc9ca67aa2f8eb6be546223b6df1f7ced5aee /src/afb-api-so.h
parent5fdbf43a0af039c7ad64b9de8038d5d7d9cd0c60 (diff)
Prepare move to bindings version 2
Change-Id: I3105a5898d0703d1e57eff09f179b38742482842 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-so.h')
-rw-r--r--src/afb-api-so.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index 08f7f25f..59125fa5 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -18,6 +18,8 @@
#pragma once
+extern int afb_api_so_timeout;
+
extern void afb_api_so_set_timeout(int to);
extern int afb_api_so_add_binding(const char *path);