aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-so.h')
-rw-r--r--src/afb-api-so.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index 76294efe..df264673 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -18,6 +18,8 @@
#pragma once
+#if WITH_DYNAMIC_BINDING
+
struct afb_apiset;
extern int afb_api_so_add_binding(const char *path, struct afb_apiset *declare_set, struct afb_apiset * call_set);
@@ -31,4 +33,4 @@ extern int afb_api_so_add_pathset(const char *pathset, struct afb_apiset *declar
extern int afb_api_so_add_pathset_fails(const char *pathset, struct afb_apiset *declare_set, struct afb_apiset * call_set);
extern int afb_api_so_add_pathset_nofails(const char *pathset, struct afb_apiset *declare_set, struct afb_apiset * call_set);
-
+#endif