summaryrefslogtreecommitdiffstats
path: root/src/afb-api-so-v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-so-v3.h')
-rw-r--r--src/afb-api-so-v3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afb-api-so-v3.h b/src/afb-api-so-v3.h
index 801b6ada..a3288510 100644
--- a/src/afb-api-so-v3.h
+++ b/src/afb-api-so-v3.h
@@ -18,6 +18,10 @@
#pragma once
+#if WITH_DYNAMIC_BINDING
+
struct afb_apiset;
extern int afb_api_so_v3_add(const char *path, void *handle, struct afb_apiset *declare_set, struct afb_apiset * call_set);
+
+#endif