diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-09 16:02:45 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-09 16:02:45 +0200 |
commit | 038de23bdf279d540218da8a03158ae59ac602c4 (patch) | |
tree | 94920064ec74e6c47b992bcf2ad860ca7be48898 | |
parent | f352a03a19ebe8a013a96387ec2cd28b98ca0695 (diff) |
Fix: mismatching function signature.
Change-Id: I5d3c8b34a4e42c867fe1e3eccd96aaa2cc9c5ca6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | filescan-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |