From a7d6e284d0b6330fc0992ff424b7bfab4109a1c6 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sat, 2 May 2015 08:55:08 +0800 Subject: [PATCH] [DFS] Export dfs_subdir/dfs_normalize_path symbol to module. --- components/dfs/src/dfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/dfs/src/dfs.c b/components/dfs/src/dfs.c index 7e56137ab..f5176b747 100644 --- a/components/dfs/src/dfs.c +++ b/components/dfs/src/dfs.c @@ -284,6 +284,7 @@ const char *dfs_subdir(const char *directory, const char *filename) return dir; } +RTM_EXPORT(dfs_subdir); /** * this function will normalize a path according to specified parent directory @@ -410,5 +411,7 @@ up_one: return fullpath; } +RTM_EXPORT(dfs_normalize_path); + /*@}*/ -- GitLab