2
0
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:
Bob Halley
2000-01-22 02:36:15 +00:00
parent 8510686e0c
commit 29fe07c7a4

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 1999,2000 Internet Software Consortium. * Copyright (C) 1999, 2000 Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -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 */