mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
warnless: remove curlx_sktosi and curlx_sitosk
They were only used by test server code. Use plain old typecasts there. Closes #15153
This commit is contained in:
parent
57cc523378
commit
e9eda865df
3 changed files with 2 additions and 32 deletions
|
|
@ -61,14 +61,6 @@ unsigned short curlx_uitous(unsigned int uinum);
|
|||
|
||||
size_t curlx_sitouz(int sinum);
|
||||
|
||||
#ifdef USE_WINSOCK
|
||||
|
||||
int curlx_sktosi(curl_socket_t s);
|
||||
|
||||
curl_socket_t curlx_sitosk(int i);
|
||||
|
||||
#endif /* USE_WINSOCK */
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
ssize_t curlx_read(int fd, void *buf, size_t count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue