mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
lib: make curlx_inet_ntop()
move function to curlx/, change all callers Closes #17560
This commit is contained in:
parent
c347b43e5c
commit
1886260a95
14 changed files with 46 additions and 33 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue