Update copyright dates
[src/app-framework-binder.git] / include / afb / afb-binding-predefs.h
index 56ac504..8113e04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
 #define afb_api_x3_set_userdata                afb_api_set_userdata
 #define afb_api_x3_wants_log_level     afb_api_wants_log_level
 
+#define afb_api_x3_vverbose            afb_api_vverbose
 #define afb_api_x3_verbose             afb_api_verbose
 #define afb_api_x3_get_event_loop      afb_api_get_event_loop
 #define afb_api_x3_get_user_bus                afb_api_get_user_bus
 
 # define afb_service_call              afb_service_call_v3
 # define afb_service_call_sync         afb_service_call_sync_v3
+# define afb_service_call_legacy       afb_service_call_legacy_v3
+# define afb_service_call_sync_legacy  afb_service_call_sync_legacy_v3
 
 # define AFB_ERROR                     AFB_ERROR_V3
 # define AFB_WARNING                   AFB_WARNING_V3