summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2003-02-12 20:20:56 +0000
commit139029b3b588f42ba3e467631874ae84dd2a6097 (patch)
tree716428703f123dc6bf5507b8d5e8dd778487696b /libapr.dsp
parent490f50d817f003242e7e12507b6d730a298d8033 (diff)
downloadlibapr-139029b3b588f42ba3e467631874ae84dd2a6097.tar.gz
Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,
for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libapr.dsp b/libapr.dsp
index 87872996b..d9636e52e 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -132,6 +132,10 @@ SOURCE=.\file_io\win32\filepath.c
# End Source File
# Begin Source File
+SOURCE=.\file_io\unix\filepath_util.c
+# End Source File
+# Begin Source File
+
SOURCE=.\file_io\win32\filestat.c
# End Source File
# Begin Source File