aboutsummaryrefslogtreecommitdiff
path: root/file_io/unix/filepath_util.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-02-13 13:24:48 +0000
committerJeff Trawick <trawick@apache.org>2003-02-13 13:24:48 +0000
commit0c9d8c281285b0d64c7b321d382783919448febe (patch)
tree4325b6ab29a8db019092948508660cb3cf009b07 /file_io/unix/filepath_util.c
parent5b244047a481c311cbafe65d22abb3a61ffad2ac (diff)
downloadapr-0c9d8c281285b0d64c7b321d382783919448febe.tar.gz
apr-0c9d8c281285b0d64c7b321d382783919448febe.zip
get the prototypes for these functions in the right place
so they actually do some good > filepath_util.c:70: warning: no previous prototype for \ `apr_filepath_list_split_impl' > filepath_util.c:107: warning: no previous prototype for \ `apr_filepath_list_merge_impl' git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix/filepath_util.c')
-rw-r--r--file_io/unix/filepath_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/unix/filepath_util.c b/file_io/unix/filepath_util.c
index 05653de06..1f909f353 100644
--- a/file_io/unix/filepath_util.c
+++ b/file_io/unix/filepath_util.c
@@ -61,7 +61,7 @@
#include "apr_pools.h"
#include "apr_strings.h"
#include "apr_tables.h"
-
+#include "apr_arch_file_io.h"
apr_status_t apr_filepath_list_split_impl(apr_array_header_t **pathelts,
const char *liststr,