summaryrefslogtreecommitdiff
path: root/include/apr_time.h
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-04-13 12:00:07 +0000
committerSander Striker <striker@apache.org>2002-04-13 12:00:07 +0000
commit5d47336dace61ebfd3ea7783b2bfcb7ae3840726 (patch)
tree7b11d1b1caaa214fd6ecf558d54e8a1ec3bd75b1 /include/apr_time.h
parent7a78249b47a4d88ddd84a5ac1307b8f22c9b76cc (diff)
downloadapr-5d47336dace61ebfd3ea7783b2bfcb7ae3840726.tar.gz
Rename apr_explode_localtime to apr_time_exp_lt.
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_time.h')
-rw-r--r--include/apr_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_time.h b/include/apr_time.h
index 9aaf188dc..213175231 100644
--- a/include/apr_time.h
+++ b/include/apr_time.h
@@ -166,7 +166,7 @@ APR_DECLARE(apr_status_t) apr_time_exp_gmt(apr_time_exp_t *result,
* @param result the exploded time
* @param input the time to explode
*/
-APR_DECLARE(apr_status_t) apr_explode_localtime(apr_time_exp_t *result,
+APR_DECLARE(apr_status_t) apr_time_exp_lt(apr_time_exp_t *result,
apr_time_t input);
/**