summaryrefslogtreecommitdiffstats
path: root/src/afb-export.h
diff options
context:
space:
mode:
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,