diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-08-29 08:23:49 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-08-29 08:23:49 +0000 |
commit | 70f882b4cb64b0111048952e50bbd5e5b6a276d6 (patch) | |
tree | 746523441b1f1211029131ac9ed29c6e9ea87102 /sbin | |
parent | 873e455fa90d968251138c7a83bcb3576d4f9e43 (diff) |
Missing prototype for a currently unused function.
Reported upstream.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/unwind/libunbound/services/listen_dnsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/unwind/libunbound/services/listen_dnsport.h b/sbin/unwind/libunbound/services/listen_dnsport.h index ddd1b63a4d9..9675b004fe2 100644 --- a/sbin/unwind/libunbound/services/listen_dnsport.h +++ b/sbin/unwind/libunbound/services/listen_dnsport.h @@ -371,5 +371,6 @@ size_t tcp_req_info_get_stream_buffer_size(void); char* set_ip_dscp(int socket, int addrfamily, int ds); char* sock_strerror(int errn); +void sock_close(int socket); #endif /* LISTEN_DNSPORT_H */ |