summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-17 09:12:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-17 09:12:08 +0000
commit2b7a38d0324c3aa2a5579e7b5d2e5a4465bc565a (patch)
tree98a3d5b6c9a4306ec6c17d928062ed2dfd038086
parent90e1a6905af29782c3bc7f106754d0908c074348 (diff)
downloadgnurl-2b7a38d0324c3aa2a5579e7b5d2e5a4465bc565a.tar.gz
gnurl-2b7a38d0324c3aa2a5579e7b5d2e5a4465bc565a.tar.bz2
gnurl-2b7a38d0324c3aa2a5579e7b5d2e5a4465bc565a.zip
removed old info about curl_getdate() just simply isn't true and hasn't been
true since the getdate() parser code rewrite
-rw-r--r--include/curl/curl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 46f36f921..cd9f37f69 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1205,11 +1205,10 @@ CURL_EXTERN void curl_slist_free_all(struct curl_slist *);
* DESCRIPTION
*
* Returns the time, in seconds since 1 Jan 1970 of the time string given in
- * the first argument. The time argument in the second parameter is for cases
- * where the specified time is relative now, like 'two weeks' or 'tomorrow'
- * etc.
+ * the first argument. The time argument in the second parameter is unused
+ * and should be set to NULL.
*/
-CURL_EXTERN time_t curl_getdate(const char *p, const time_t *now);
+CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
#define CURLINFO_STRING 0x100000
#define CURLINFO_LONG 0x200000