Fix: use of GetBindingDirPath without dynapi
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 19 Jul 2018 09:56:36 +0000 (11:56 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commitdd085dc34cddd93faa63ed49a3159c7ec0a242dd
tree0991f517baa3c09e763b7d848cc4f69ed0e7811b
parent8e336b0822974695493a45445ec16908bd0c19c8
Fix: use of GetBindingDirPath without dynapi

For classic binding < 3 without dynapi this fix the error
at compile time about conflicting type for this function.
This worked on eel and previous version because 'struct dynapi'
was declared and available for version 2 but now since binder
is in V3 then it isn't the case so function signature is not
valid anymore.

Change-Id: I135a723d21d70b8c54f4cab1c534210757318ed0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
filescan-utils.c
filescan-utils.h