mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:33:32 +03:00
tests: change from curlx_ultous to util_ultous
Since the former function is getting removed from the lib. Closes #16319
This commit is contained in:
parent
b696fc129b
commit
2e9773b76a
8 changed files with 32 additions and 9 deletions
|
|
@ -95,4 +95,6 @@ int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
|
|||
struct sockaddr_un *sau);
|
||||
#endif /* USE_UNIX_SOCKETS */
|
||||
|
||||
unsigned short util_ultous(unsigned long ulnum);
|
||||
|
||||
#endif /* HEADER_CURL_SERVER_UTIL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue