Add conditionnal support of dynamic bindings
[src/app-framework-binder.git] / src / afb-api-so-v3.h
index 801b6ad..a328851 100644 (file)
 
 #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