summaryrefslogtreecommitdiff
path: root/include/util_time.h
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-03-06 17:55:38 +0000
committerIan Holsman <ianh@apache.org>2002-03-06 17:55:38 +0000
commitda357250715bff5faf15a86989e36e913756f2db (patch)
treef1b046dadcc3ebdb4e501acb4b1a9852fdf5213a /include/util_time.h
parent1fc7cb3778d735b0c4b63747b62541d76f2a7777 (diff)
downloadhttpd-da357250715bff5faf15a86989e36e913756f2db.tar.gz
apr-utils rename apr_ansi_time_to_apr_time and
apr_exploded_time_t. PR: Obtained from: Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_time.h')
-rw-r--r--include/util_time.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/util_time.h b/include/util_time.h
index 704d0e02d5..7117ee6e8b 100644
--- a/include/util_time.h
+++ b/include/util_time.h
@@ -83,9 +83,8 @@ extern "C" {
* that need to explode the current time multiple times per second,
* like loggers.
* @return APR_SUCCESS iff successful
- * @deffunc apr_status_t ap_explode_recent_localtime(apr_exploded_time_t *tm, apr_time_t t);
*/
-AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_exploded_time_t *tm,
+AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_time_exp_t *tm,
apr_time_t t);
/**
@@ -98,9 +97,8 @@ AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_exploded_time_t *tm,
* that need to explode the current time multiple times per second,
* like loggers.
* @return APR_SUCCESS iff successful
- * @deffunc apr_status_t ap_explode_recent_gmt(apr_exploded_time_t *tm, apr_time_t t);
*/
-AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_exploded_time_t *tm,
+AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_time_exp_t *tm,
apr_time_t t);