diff options
author | Branko Čibej <brane@apache.org> | 2003-02-16 21:59:09 +0000 |
---|---|---|
committer | Branko Čibej <brane@apache.org> | 2003-02-16 21:59:09 +0000 |
commit | 0d8d2224a8c1ad0d98266d86d7ba415baeeb9778 (patch) | |
tree | 4bde2db0143fd03402f87d9cb3cb4c36aa27c6bc /file_io/unix/filepath.c | |
parent | 02f9a90703c83462140fd70ec5199e57bab20f12 (diff) | |
download | apr-0d8d2224a8c1ad0d98266d86d7ba415baeeb9778.tar.gz apr-0d8d2224a8c1ad0d98266d86d7ba415baeeb9778.zip |
Move the apr_filepath_list_split_impl and apr_filepath_list_merge_impl
prototypes from include/arch/unix/apr_arch_file_io.h into a new private header,
include/arch/apr_private_common.h, and include that from the various
apr_private.h instances. Update the filepath.c and filepath_util.c files
to reflect this change.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64361 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 3b4ac3003..2acc37b0d 100644 --- a/file_io/unix/filepath.c +++ b/file_io/unix/filepath.c @@ -53,6 +53,7 @@ */ #include "apr.h" +#include "apr_private.h" #include "apr_arch_file_io.h" #include "apr_file_io.h" #include "apr_strings.h" |