summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-03-17 22:38:25 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-03-17 22:38:25 +0000
commit8aad360e164b844879331115990cabf08bfeef99 (patch)
tree9a84e18be5a65a3a914baf21b8120a57e6f2a7f7 /include
parentf62f38dad2a76981b8970f0d45ab71e28ec83478 (diff)
downloadlibapr-8aad360e164b844879331115990cabf08bfeef99.tar.gz
Rename apr_implode_time to apr_time_exp_get.
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 38145daad..ef4901557 100644
--- a/include/apr_time.h
+++ b/include/apr_time.h
@@ -175,7 +175,7 @@ APR_DECLARE(apr_status_t) apr_explode_localtime(apr_time_exp_t *result,
* @param result the resulting imploded time
* @param input the input exploded time
*/
-APR_DECLARE(apr_status_t) apr_implode_time(apr_time_t *result,
+APR_DECLARE(apr_status_t) apr_time_exp_get(apr_time_t *result,
apr_time_exp_t *input);
/**