lib: make curlx_inet_ntop()

move function to curlx/, change all callers

Closes #17560
This commit is contained in:
Daniel Stenberg 2025-06-09 09:39:40 +02:00
parent c347b43e5c
commit 1886260a95
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 46 additions and 33 deletions

View file

@ -62,7 +62,6 @@
#include "../vtls/vtls.h"
#include "../cfilters.h"
#include "../connect.h"
#include "../inet_ntop.h"
#include "../parsedate.h" /* for the week day and month names */
#include "../sockaddr.h" /* required for Curl_sockaddr_storage */
#include "../curlx/strparse.h"

View file

@ -65,7 +65,6 @@
#include "../vtls/vtls.h"
#include "../cfilters.h"
#include "../connect.h"
#include "../inet_ntop.h"
#include "../parsedate.h" /* for the week day and month names */
#include "../sockaddr.h" /* required for Curl_sockaddr_storage */
#include "../multiif.h"