diff options
author | Brian Havard <bjh@apache.org> | 2000-03-03 14:57:00 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2000-03-03 14:57:00 +0000 |
commit | ed6d1d2085ca16fe1b1448ef7386acf3ed665dea (patch) | |
tree | 9ab6b2aee87852d29a2cb77dfdf5302ac6587b01 /include | |
parent | eb36d13bbab472d9252f9766c2c49fa1776db105 (diff) | |
download | apr-ed6d1d2085ca16fe1b1448ef7386acf3ed665dea.tar.gz |
OS/2: file_cleanup() should be namespace protected as it's not static.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/arch/os2/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/os2/fileio.h b/include/arch/os2/fileio.h index 3541ac5d0..b4c112fae 100644 --- a/include/arch/os2/fileio.h +++ b/include/arch/os2/fileio.h @@ -91,7 +91,7 @@ struct dir_t { int validentry; }; -ap_status_t file_cleanup(void *); +ap_status_t apr_file_cleanup(void *); ap_status_t ap_os2_time_to_ap_time(ap_time_t *result, FDATE os2date, FTIME os2time); int os2errno( ULONG oserror ); |