mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>
This commit is contained in:
parent
e8d3d40f0b
commit
f6d6835ed5
2 changed files with 3 additions and 4 deletions
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 */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue