curlx: move curlx_inet_pton

Used by test server code.

Closes #17300
This commit is contained in:
Daniel Stenberg 2025-05-09 13:26:00 +02:00
parent c74d3e10d2
commit d4dd43b20d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
30 changed files with 35 additions and 32 deletions

View file

@ -74,7 +74,7 @@
#include "multiif.h"
#include "sockaddr.h" /* required for Curl_sockaddr_storage */
#include "inet_ntop.h"
#include "inet_pton.h"
#include "curlx/inet_pton.h"
#include "progress.h"
#include "curlx/warnless.h"
#include "conncache.h"