Allow pure dynamic bindings
[src/app-framework-binder.git] / include / afb / afb-binding-vdyn.h
index 6e7a081..a3063a7 100644 (file)
 #include "afb-request.h"
 #include "afb-dynapi.h"
 
+/*
+ * The function afbBindingVdyn if exported allows to create
+ * pure dynamic bindings. When the binding is loaded, it receives
+ * a virtual dynapi that can be used to create apis. The
+ * given API can not be used except for creating dynamic apis.
+ */
+extern int afbBindingVdyn(struct afb_dynapi *dynapi);
+
 /*
  * Macros for logging messages
  */