Fix: mismatching function signature.
authorRomain Forlot <romain.forlot@iot.bzh>
Sat, 9 Sep 2017 14:02:45 +0000 (16:02 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Sat, 9 Sep 2017 14:02:45 +0000 (16:02 +0200)
Change-Id: I5d3c8b34a4e42c867fe1e3eccd96aaa2cc9c5ca6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
filescan-utils.c

index 83565b2..2ac67fd 100644 (file)
@@ -123,7 +123,7 @@ PUBLIC const char *GetBinderName() {
     return binderName;
 }
 
-PUBLIC const char *GetBindingDirPath(BindingDirsT dir)
+PUBLIC const char *GetBindingDirPath()
 {
     // A file description should not be greater than 999.999.999
     char fd_link[CONTROL_MAXPATH_LEN];