diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-23 18:05:33 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-23 18:05:33 +0200 |
commit | fd86e75feab42c0d0676a80e9aa415fa507e9a5f (patch) | |
tree | b752a8b83813eb896f367bffc0caa4722959ba31 /filescan-utils.c | |
parent | 49a99fef3e1e1ea0ecd7f131fd56da4c54bcd146 (diff) |
Prepare for future API-V3
Diffstat (limited to 'filescan-utils.c')
-rw-r--r-- | filescan-utils.c | 2 |
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 |