mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 01:29:58 -05:00
Merge pull request #293 from fobser/missing-prototype
Add missing prototype.
This commit is contained in:
commit
01bfd3f207
1 changed files with 1 additions and 0 deletions
|
|
@ -384,5 +384,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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue