From 29fe07c7a43b4e710ed6cd4ed01c954effca2a72 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 22 Jan 2000 02:36:15 +0000 Subject: [PATCH] Move to DNS namespace. Add ISC_LANG stuff. --- lib/dns/include/dns/rootns.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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 */