summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-06 17:50:02 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-06 17:50:02 +0000
commitae28065b067948eca9f32f61a9be51aa8c57aef3 (patch)
tree485eb7b0904de93e2033f45b265f444ed18a4bd9 /include/apr_portable.h
parent779984c664f44262df82072f13545fb81beea825 (diff)
downloadlibapr-ae28065b067948eca9f32f61a9be51aa8c57aef3.tar.gz
patches for apr to rename apr_ansi_time_to_apr_time and
apr_exploded_time_t. PR: Obtained from: Submitted by: Thom May <thom@planetarytramp.org> Reviewed by: Ian Holsman git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index bda6aec73..d28f0faa5 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -276,7 +276,7 @@ APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex,
* @param aprtime the time to convert
*/
APR_DECLARE(apr_status_t) apr_os_exp_time_get(apr_os_exp_time_t **ostime,
- apr_exploded_time_t *aprtime);
+ apr_time_exp_t *aprtime);
/**
* Get the imploded time in the platforms native format.
@@ -433,7 +433,7 @@ APR_DECLARE(apr_status_t) apr_os_imp_time_put(apr_time_t *aprtime,
* @param ostime the time to convert
* @param cont the pool to use if necessary
*/
-APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_exploded_time_t *aprtime,
+APR_DECLARE(apr_status_t) apr_os_exp_time_put(apr_time_exp_t *aprtime,
apr_os_exp_time_t **ostime,
apr_pool_t *cont);