The API version must now be set in top config.cmake
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
extern "C" {
#endif
-// hack waiting for official V3 API
+#include <afb/afb-binding.h>
+
#ifdef USE_API_DYN
- #define AFB_BINDING_VERSION 0
- #define AFB_BINDING_WANT_DYNAPI
- #include <afb/afb-binding.h>
extern afb_dynapi *AFB_default;
- #define AFB_DEBUG(...) AFB_DYNAPI_DEBUG(AFB_default, __VA_ARGS__)
-#else
- #define AFB_BINDING_VERSION 2
- #include <afb/afb-binding.h>
#endif
#include <json-c/json.h>