summaryrefslogtreecommitdiffstats
path: root/filescan-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'filescan-utils.c')
-rw-r--r--filescan-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/filescan-utils.c b/filescan-utils.c
index 819efb2..7e45133 100644
--- a/filescan-utils.c
+++ b/filescan-utils.c
@@ -121,6 +121,7 @@ PUBLIC const char *GetBinderName() {
return binderName;
}
+#ifndef USE_API_DYN
PUBLIC char *GetBindingDirPath()
{
// A file description should not be greater than 999.999.999
@@ -142,3 +143,4 @@ PUBLIC char *GetBindingDirPath()
return strndup(retdir, sizeof(retdir));
}
+#endif