diff options
Diffstat (limited to 'lib/parsedate.h')
-rw-r--r-- | lib/parsedate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parsedate.h b/lib/parsedate.h index 2e59eb17c..8dc3b90ec 100644 --- a/lib/parsedate.h +++ b/lib/parsedate.h @@ -28,4 +28,3 @@ extern const char * const Curl_month[12]; CURLcode Curl_gmtime(time_t intime, struct tm *store); #endif /* HEADER_CURL_PARSEDATE_H */ - |