aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-autoset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-autoset.h')
-rw-r--r--src/afb-autoset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-autoset.h b/src/afb-autoset.h
index c9aacff7..4ced3136 100644
--- a/src/afb-autoset.h
+++ b/src/afb-autoset.h
@@ -20,5 +20,7 @@
struct afb_apiset;
extern int afb_autoset_add_ws(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);
+#if WITH_DYNAMIC_BINDING
extern int afb_autoset_add_so(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);
+#endif
extern int afb_autoset_add_any(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);