summaryrefslogtreecommitdiff
path: root/contrib/unbound/util/net_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/util/net_help.h')
-rw-r--r--contrib/unbound/util/net_help.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/unbound/util/net_help.h b/contrib/unbound/util/net_help.h
index 29943ada090f..45b607a430d5 100644
--- a/contrib/unbound/util/net_help.h
+++ b/contrib/unbound/util/net_help.h
@@ -496,4 +496,10 @@ void listen_sslctx_delete_ticket_keys(void);
*/
int netblockdnametoaddr(uint8_t* dname, size_t dnamelen,
struct sockaddr_storage* addr, socklen_t* addrlen, int* net, int* af);
+
+/** Return strerror or wsastrerror for socket error printout */
+char* sock_strerror(int errn);
+/** close the socket with close, or wsa closesocket */
+void sock_close(int socket);
+
#endif /* NET_HELP_H */