From 038de23bdf279d540218da8a03158ae59ac602c4 Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Sat, 9 Sep 2017 16:02:45 +0200
Subject: [PATCH] Fix: mismatching function signature.

Change-Id: I5d3c8b34a4e42c867fe1e3eccd96aaa2cc9c5ca6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 filescan-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filescan-utils.c b/filescan-utils.c
index 83565b2..2ac67fd 100644
--- a/filescan-utils.c
+++ b/filescan-utils.c
@@ -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];
-- 
2.16.6