summaryrefslogtreecommitdiffstats
path: root/mixer-binding
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-07-03 18:02:56 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-07-03 18:02:56 +0200
commita7486934a8c1f678da0d99c3e4151a67bb3c6cae (patch)
tree8b084ff2c12d054a4493b602f72fe3c78506677e /mixer-binding
parent1065a98987848cd89a116c440ed476c96488ec1d (diff)
Uses the APIv3 compatibility to vdyn
Uses the new compatibility for vdyn based on V3 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'mixer-binding')
-rw-r--r--mixer-binding/mixer-binding.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mixer-binding/mixer-binding.c b/mixer-binding/mixer-binding.c
index 20d4651..f79ccdb 100644
--- a/mixer-binding/mixer-binding.c
+++ b/mixer-binding/mixer-binding.c
@@ -93,8 +93,7 @@ OnErrorExit:
return 1;
}
-
-PUBLIC int afbBindingVdyn(afb_dynapi *apiHandle) {
+PUBLIC int afbBindingEntry(afb_dynapi *apiHandle) {
AFB_default = apiHandle;
AFB_ApiNotice (apiHandle, "Controller in afbBindingVdyn");