diff options
Diffstat (limited to 'filescan-utils.c')
-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]; |