summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 19:49:19 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-03-22 19:49:19 +0000
commit0b964040c2adde6c144610cdd8357b71f569cf40 (patch)
tree4c93da31baebd395e110e1d1f366a18035480970 /include/arch
parentb0201c7681f052d790813f588cbbbf9d8798df5f (diff)
downloadlibapr-0b964040c2adde6c144610cdd8357b71f569cf40.tar.gz
grab some Windows/MinGW code tweaks from trunk for quieter gcc builds
time/win32/timestr.c: all of r892188 include/arch/win32/apr_arch_file_io.h: part of r892386 misc/win32/rand.c: all of r892426 misc/win32/misc.c: part of r892177 misc/win32/internal.c: all of r892390 poll/unix/pollset.c: part of r892386 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1084323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/win32/apr_arch_file_io.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arch/win32/apr_arch_file_io.h b/include/arch/win32/apr_arch_file_io.h
index 6afaf8fb1..38efa2774 100644
--- a/include/arch/win32/apr_arch_file_io.h
+++ b/include/arch/win32/apr_arch_file_io.h
@@ -252,4 +252,12 @@ apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
apr_status_t file_cleanup(void *);
+extern apr_status_t
+apr_file_socket_pipe_create(apr_file_t **in,
+ apr_file_t **out,
+ apr_pool_t *p);
+
+extern apr_status_t
+apr_file_socket_pipe_close(apr_file_t *file);
+
#endif /* ! FILE_IO_H */