aboutsummaryrefslogtreecommitdiff
path: root/lib/strtoofft.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtoofft.c')
-rw-r--r--lib/strtoofft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoofft.c b/lib/strtoofft.c
index a6f1f01f3..1bcfb1af4 100644
--- a/lib/strtoofft.c
+++ b/lib/strtoofft.c
@@ -36,7 +36,7 @@ static int get_char(char c, int base);
* value from the given input string and returns it.
*/
curl_off_t
-Curl_strtoll(const char *nptr, char **endptr, int base)
+curlx_strtoll(const char *nptr, char **endptr, int base)
{
char *end;
int is_negative = 0;