mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Move to DNS namespace. Add ISC_LANG stuff.
This commit is contained in:
@@ -15,11 +15,19 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef NS_ROOTNS_H
|
||||
#define NS_ROOTNS_H 1
|
||||
#ifndef DNS_ROOTNS_H
|
||||
#define DNS_ROOTNS_H 1
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
#include <isc/result.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
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