diff --git a/lib/dns/include/dns/rootns.h b/lib/dns/include/dns/rootns.h index 65da1ab5da..44d4827cbd 100644 --- a/lib/dns/include/dns/rootns.h +++ b/lib/dns/include/dns/rootns.h @@ -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 * purpose with or without fee is hereby granted, provided that the above @@ -15,11 +15,19 @@ * SOFTWARE. */ -#ifndef NS_ROOTNS_H -#define NS_ROOTNS_H 1 +#ifndef DNS_ROOTNS_H +#define DNS_ROOTNS_H 1 + +#include +#include +#include #include +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 */