Fix: use of GetBindingDirPath without dynapi 53/15453/2 sandbox/claneys/signalComposerFix
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 19 Jul 2018 09:56:36 +0000 (11:56 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 20 Jul 2018 09:53:30 +0000 (11:53 +0200)
commita37225fc0c56ef75abce79373b66e8349d427ff8
tree0991f517baa3c09e763b7d848cc4f69ed0e7811b
parent4f99d163cb8a993f176f305566dbd8a93c79144c
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