diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 19:44:26 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 19:44:26 +0000 |
commit | 8f76270a80f9ac44c13bee56d4ebea2a4e693df2 (patch) | |
tree | 251e0a4e5e05c5ab4c08695611edaddf90409272 /file_io/unix/filepath.c | |
parent | 2e10bd80877b350b2e7c18b1b18e8e5cf2bec654 (diff) | |
download | apr-8f76270a80f9ac44c13bee56d4ebea2a4e693df2.tar.gz apr-8f76270a80f9ac44c13bee56d4ebea2a4e693df2.zip |
Add the flags argument to apr_filepath_root, to allow finer control of
canonicalization and os-native formatting. Renamed a bunch of local
functions in the win32 implementation so it's clear they are not external.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix/filepath.c')
-rw-r--r-- | file_io/unix/filepath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file_io/unix/filepath.c b/file_io/unix/filepath.c index 8d4209261..4573e20f4 100644 --- a/file_io/unix/filepath.c +++ b/file_io/unix/filepath.c @@ -94,6 +94,7 @@ APR_DECLARE(apr_status_t) apr_filepath_set(const char *path, apr_pool_t *p) APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath, const char **inpath, + apr_int32_t flags, apr_pool_t *p) { if (**inpath == '/') |