summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2005-07-16 08:07:53 +0000
committerBrian Havard <bjh@apache.org>2005-07-16 08:07:53 +0000
commit8b7bb8d9f60e6a30a8a5b1aad7d2ea99c518d248 (patch)
treea298f9fb8910e4f72e1e755122d94e87d0440473 /include
parent98474c81a37275f5a637a88ae444ad1bb3657537 (diff)
downloadapr-8b7bb8d9f60e6a30a8a5b1aad7d2ea99c518d248.tar.gz
OS/2: Implement apr_file_mtime_set().
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@219295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/os2/apr_arch_file_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/os2/apr_arch_file_io.h b/include/arch/os2/apr_arch_file_io.h
index 26045c1f6..ff3b3145b 100644
--- a/include/arch/os2/apr_arch_file_io.h
+++ b/include/arch/os2/apr_arch_file_io.h
@@ -66,6 +66,8 @@ struct apr_dir_t {
apr_status_t apr_file_cleanup(void *);
apr_status_t apr_os2_time_to_apr_time(apr_time_t *result, FDATE os2date,
FTIME os2time);
+apr_status_t apr_apr_time_to_os2_time(FDATE *os2date, FTIME *os2time,
+ apr_time_t aprtime);
/* see win32/fileio.h for description of these */
extern const char c_is_fnchar[256];