No longer sets the API version sandbox/tbultel/4a_master
authorThierry Bultel <thierry.bultel@iot.bzh>
Tue, 3 Jul 2018 14:41:29 +0000 (16:41 +0200)
committerThierry Bultel <thierry.bultel@iot.bzh>
Tue, 3 Jul 2018 16:18:57 +0000 (18:18 +0200)
The API version must now be set in top config.cmake

Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
filescan-utils.h

index 906d92c..674afb6 100644 (file)
     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>