From ad7e26b1401238d50b8bc7e98b6cf7660f03d4e6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 14:31:46 +0000 Subject: return curl_off_t instead of long long, to work on more platforms --- lib/strtoofft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strtoofft.h') diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 4b6e6b136..cd512b001 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -37,7 +37,7 @@ #if HAVE_STRTOLL #define strtoofft strtoll #else -long long Curl_strtoll(const char *nptr, char **endptr, int base); +curl_off_t Curl_strtoll(const char *nptr, char **endptr, int base); #define strtoofft Curl_strtoll #define NEED_CURL_STRTOLL #endif -- cgit v1.2.3