mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Move to DNS namespace. Add ISC_LANG stuff.
This commit is contained in:
@@ -15,11 +15,19 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NS_ROOTNS_H
|
#ifndef DNS_ROOTNS_H
|
||||||
#define NS_ROOTNS_H 1
|
#define DNS_ROOTNS_H 1
|
||||||
|
|
||||||
|
#include <isc/lang.h>
|
||||||
|
#include <isc/types.h>
|
||||||
|
#include <isc/result.h>
|
||||||
|
|
||||||
#include <dns/types.h>
|
#include <dns/types.h>
|
||||||
|
|
||||||
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
isc_result_t dns_rootns_create(isc_mem_t *mctx, dns_db_t **target);
|
isc_result_t dns_rootns_create(isc_mem_t *mctx, dns_db_t **target);
|
||||||
|
|
||||||
#endif /* NS_ROOTNS_H */
|
ISC_LANG_ENDDECLS
|
||||||
|
|
||||||
|
#endif /* DNS_ROOTNS_H */
|
||||||
|
Reference in New Issue
Block a user