2
0
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:
Andreas Gustafsson
2000-04-25 23:21:32 +00:00
parent e8d3d40f0b
commit f6d6835ed5
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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 */