summaryrefslogtreecommitdiffstats
path: root/include/util_date.h
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>2000-01-09 06:18:31 +0100
committerdgaudet <dgaudet@unknown>2000-01-09 06:18:31 +0100
commitfaff1f01dd44936eb7e4b553f42e872edd9f2f2b (patch)
tree0c5a44996a4b7b25f4fd018751996ec013b3a344 /include/util_date.h
parentadd missing compatiblity info (diff)
downloadapache2-faff1f01dd44936eb7e4b553f42e872edd9f2f2b.tar.xz
apache2-faff1f01dd44936eb7e4b553f42e872edd9f2f2b.zip
time overhaul:
- ap_time_t is a 64-bit scalar, microseconds since epoch - ap_exploded_time_t corresponds to struct tm with a few extras probably broken on anything except linux. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_date.h')
-rw-r--r--include/util_date.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_date.h b/include/util_date.h
index a11a464fff..b74849899b 100644
--- a/include/util_date.h
+++ b/include/util_date.h
@@ -76,7 +76,7 @@ extern "C" {
#define BAD_DATE (time_t)0
API_EXPORT(int) ap_checkmask(const char *data, const char *mask);
-API_EXPORT(ap_time_t *) ap_parseHTTPdate(const char *date, ap_context_t *cont);
+API_EXPORT(ap_time_t) ap_parseHTTPdate(const char *date);
#ifdef __cplusplus
}