From 86d1a677fd310d7d90d6f7545c02a4bd68e1d955 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 4 Jun 2025 09:49:23 +0300 Subject: libcurl: update to 8.14.0 --- libs/libcurl/src/noproxy.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/libcurl/src/noproxy.c') diff --git a/libs/libcurl/src/noproxy.c b/libs/libcurl/src/noproxy.c index 9ba35e8780..6ab99566f3 100644 --- a/libs/libcurl/src/noproxy.c +++ b/libs/libcurl/src/noproxy.c @@ -26,10 +26,10 @@ #ifndef CURL_DISABLE_PROXY -#include "inet_pton.h" +#include "curlx/inet_pton.h" #include "strcase.h" #include "noproxy.h" -#include "strparse.h" +#include "curlx/strparse.h" #ifdef HAVE_NETINET_IN_H #include @@ -178,7 +178,7 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy) bool match = FALSE; /* pass blanks */ - Curl_str_passblanks(&p); + curlx_str_passblanks(&p); token = p; /* pass over the pattern */ @@ -247,7 +247,7 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy) return TRUE; } /* if(tokenlen) */ /* pass blanks after pattern */ - Curl_str_passblanks(&p); + curlx_str_passblanks(&p); /* if not a comma, this ends the loop */ if(*p != ',') break; -- cgit v1.2.3