summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-03-21 11:10:41 +0100
committerSander Striker <striker@apache.org>2002-03-21 11:10:41 +0100
commitb2bb3f6764e7b85953026689f81124978d8c04b2 (patch)
treeb0d6c1dcb593d42aa4001aaf89def837cd03986c /include
parent Now-meaningless-commentary. (diff)
downloadapache2-b2bb3f6764e7b85953026689f81124978d8c04b2.tar.xz
apache2-b2bb3f6764e7b85953026689f81124978d8c04b2.zip
Update callers of apr_explode_gmt to apr_time_exp_gmt. The
function was renamed in apr. Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/util_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_time.h b/include/util_time.h
index 1852f89fe5..b69aadc759 100644
--- a/include/util_time.h
+++ b/include/util_time.h
@@ -92,7 +92,7 @@ AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_time_exp_t *tm,
* @param tm the exploded time
* @param t the time to explode: MUST be within the last
* AP_TIME_RECENT_THRESHOLD seconds
- * @note This is a faster alternative to apr_explode_gmt that uses
+ * @note This is a faster alternative to apr_time_exp_gmt that uses
* a cache of pre-exploded time structures. It is useful for things
* that need to explode the current time multiple times per second,
* like loggers.