summaryrefslogtreecommitdiff
path: root/file_io/unix/filepath_util.c
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-02-13 13:24:48 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-02-13 13:24:48 +0000
commit110484c37e2a259badbd77aaa2ce24d0c9cf92e7 (patch)
tree4325b6ab29a8db019092948508660cb3cf009b07 /file_io/unix/filepath_util.c
parentb5224bf6f90d0e923121887f633faeddb422c5be (diff)
downloadlibapr-110484c37e2a259badbd77aaa2ce24d0c9cf92e7.tar.gz
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: http://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,