diff options
Diffstat (limited to 'filescan-utils.h')
-rw-r--r-- | filescan-utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filescan-utils.h b/filescan-utils.h index f96d903..0783ebe 100644 --- a/filescan-utils.h +++ b/filescan-utils.h @@ -123,6 +123,16 @@ __attribute__((alias("GetAFBRootDirPath_v3"))) static char *GetBindingDirPath(afb_api_t api); #endif +/* + * @brief Get the Binding directory + * + * @param dynapi : Api use in binding + * + * @return char* string representing the path to binding directory. + * NULL if something wrong happened. + */ +extern char *GetRunningBindingDirPath(afb_api_t apiHandle); + /** * @brief Get the environment directory colon separated path list. This take the * prefix add the binder's name then the suffix as environment variable name and |