summaryrefslogtreecommitdiff
path: root/include/util_time.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-09-03 19:27:12 +0000
committerJeff Trawick <trawick@apache.org>2003-09-03 19:27:12 +0000
commitaa21671e13767135f0ee3f88d6a3ff6d039e6534 (patch)
tree4076c4ce92c1c44bd68937d2550b470462fb4892 /include/util_time.h
parentd19dc82a59e790d09b6f7b8c77755245e46990e9 (diff)
downloadhttpd-aa21671e13767135f0ee3f88d6a3ff6d039e6534.tar.gz
switch to APR 1.0 API (which is still in flux)
because of the changes to the argument lists of apr_mmap_dup and apr_socket_create, 2.1-dev won't build with apr and apr-util's 0.9 branch anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_time.h')
-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 a0ef29cf2d..ee5ecb08a4 100644
--- a/include/util_time.h
+++ b/include/util_time.h
@@ -79,7 +79,7 @@ extern "C" {
* @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_localtime that uses
+ * @note This is a faster alternative to apr_time_exp_lt 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.