mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
|
||||
from <named/listenlist.h>.
|
||||
|
||||
89. [cleanup] <isc/lex.h> does not need <stddef.h>.
|
||||
|
||||
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
|
||||
|
@@ -56,8 +56,6 @@ struct ns_listenlist {
|
||||
*** Functions
|
||||
***/
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
isc_result_t
|
||||
ns_listenelt_create(isc_mem_t *mctx, in_port_t port,
|
||||
dns_acl_t *acl, ns_listenelt_t **target);
|
||||
@@ -82,8 +80,6 @@ ns_listenlist_default(isc_mem_t *mctx, in_port_t port,
|
||||
* all addresses with port 'port'.
|
||||
*/
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* NS_LISTENLIST_H */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user