Improve setting of options
[src/app-framework-binder.git] / src / afb-api-so-vdyn.h
index 9735dac..1188ad8 100644 (file)
 
 #pragma once
 
+#if WITH_LEGACY_BINDING_VDYN
+
 struct afb_apiset;
 
 extern int afb_api_so_vdyn_add(const char *path, void *handle, struct afb_apiset *declare_set, struct afb_apiset * call_set);
+
+#endif