diff options
author | Roy T. Fielding <fielding@apache.org> | 1999-08-26 16:53:24 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 1999-08-26 16:53:24 +0200 |
commit | c5a36ee6c221a0158bc8f2da38a330b9c9da74b9 (patch) | |
tree | 29afb9e8c926e62cdbd1eac91d43171d32708298 /include/util_date.h | |
parent | Sorry, but using C comments in place of C++ comments (diff) | |
download | apache2-c5a36ee6c221a0158bc8f2da38a330b9c9da74b9.tar.xz apache2-c5a36ee6c221a0158bc8f2da38a330b9c9da74b9.zip |
This evil little change modifies the interface to ap_parseHTTPdate()
for no good reason. It'll be backed out real soon.
Submitted by: pthreads leftovers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_date.h')
-rw-r--r-- | include/util_date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_date.h b/include/util_date.h index 8e2051024e..beb68e9534 100644 --- a/include/util_date.h +++ b/include/util_date.h @@ -76,7 +76,7 @@ extern "C" { API_EXPORT(int) ap_checkmask(const char *data, const char *mask); API_EXPORT(time_t) ap_tm2sec(const struct tm *t); -API_EXPORT(time_t) ap_parseHTTPdate(const char *date); +API_EXPORT(time_t) ap_parseHTTPdate(const char *date, time_t * retval); #ifdef __cplusplus } |