提交 a7d6e284 编写于 作者: B Bernard Xiong

[DFS] Export dfs_subdir/dfs_normalize_path symbol to module.

上级 a5820969
......@@ -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);
/*@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册