diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 06:07:33 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 06:07:33 +0000 |
commit | e98dca6c6f234d950e40dc1cb4823c0b5b2ef461 (patch) | |
tree | 4f0eea47f7ec42ad43d4b3fad7f7d5907e416115 /file_io/os2/readwrite.c | |
parent | 4a7353d9052714b34d1145533cd2cf21e33f4cf9 (diff) | |
download | apr-e98dca6c6f234d950e40dc1cb4823c0b5b2ef461.tar.gz apr-e98dca6c6f234d950e40dc1cb4823c0b5b2ef461.zip |
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details.
Also a few minor nits to get Win32 to build.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/readwrite.c')
-rw-r--r-- | file_io/os2/readwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/os2/readwrite.c b/file_io/os2/readwrite.c index 5bf040ac3..310e2df9a 100644 --- a/file_io/os2/readwrite.c +++ b/file_io/os2/readwrite.c @@ -346,7 +346,7 @@ APR_EXPORT(int) apr_fprintf(apr_file_t *fptr, const char *format, ...) -apr_status_t ap_file_check_read(apr_file_t *fd) +apr_status_t apr_file_check_read(apr_file_t *fd) { int rc; |