summaryrefslogtreecommitdiffstats
path: root/src/afb-export.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-27 17:38:22 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-08-02 15:49:43 +0200
commit5ef271effacb83552f9ea56572c751c2f5a556b6 (patch)
tree3d5f6665bde93633b0eb6c648c9ab46951443526 /src/afb-export.h
parente39610f8c9b2e6bbb8a460f7d7ccccbc5161b4ed (diff)
Add ability to provide binding settings
Change-Id: Iab93a26340fa9743a58ca43cd903bbf31c783e5b Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-export.h')
-rw-r--r--src/afb-export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-export.h b/src/afb-export.h
index be8adfd5..0bee1747 100644
--- a/src/afb-export.h
+++ b/src/afb-export.h
@@ -30,6 +30,8 @@ struct afb_api_v3;
struct afb_api_x3;
struct afb_event_x2;
+extern void afb_export_set_config(struct json_object *config);
+
extern struct afb_export *afb_export_create_none_for_path(
struct afb_apiset *declare_set,
struct afb_apiset *call_set,