mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +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>.
|
89. [cleanup] <isc/lex.h> does not need <stddef.h>.
|
||||||
|
|
||||||
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
|
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
|
||||||
|
@@ -56,8 +56,6 @@ struct ns_listenlist {
|
|||||||
*** Functions
|
*** Functions
|
||||||
***/
|
***/
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
ns_listenelt_create(isc_mem_t *mctx, in_port_t port,
|
ns_listenelt_create(isc_mem_t *mctx, in_port_t port,
|
||||||
dns_acl_t *acl, ns_listenelt_t **target);
|
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'.
|
* all addresses with port 'port'.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ISC_LANG_ENDDECLS
|
|
||||||
|
|
||||||
#endif /* NS_LISTENLIST_H */
|
#endif /* NS_LISTENLIST_H */
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user