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

@ -73,7 +73,6 @@
#include "url.h" /* for Curl_safefree() */
#include "multiif.h"
#include "sockaddr.h" /* required for Curl_sockaddr_storage */
#include "inet_ntop.h"
#include "curlx/inet_pton.h"
#include "progress.h"
#include "curlx/warnless.h"