From a6f14e17b747893295bd6805abcaeb3e9b3217e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Jun 2011 19:31:32 +0200 Subject: parsedate: turn private and static I removed the prefix as well accordingly. --- lib/parsedate.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'lib/parsedate.h') diff --git a/lib/parsedate.h b/lib/parsedate.h index 421befea0..25d25367d 100644 --- a/lib/parsedate.h +++ b/lib/parsedate.h @@ -25,24 +25,6 @@ extern const char * const Curl_wkday[7]; extern const char * const Curl_month[12]; -/* - * Curl_parsedate() - * - * Returns: - * - * PARSEDATE_OK - a fine conversion - * PARSEDATE_FAIL - failed to convert - * PARSEDATE_LATER - time overflow at the far end of time_t - * PARSEDATE_SOONER - time underflow at the low end of time_t - */ - -int Curl_parsedate(const char *date, time_t *output); - -#define PARSEDATE_OK 0 -#define PARSEDATE_FAIL -1 -#define PARSEDATE_LATER 1 -#define PARSEDATE_SOONER 2 - CURLcode Curl_gmtime(time_t intime, struct tm *store); #endif -- cgit v1.2.3