* information regarding copyright ownership.
*/
-/* $Id: portlist.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */
-
/*! \file dns/portlist.h */
#include <isc/lang.h>
#include <dns/types.h>
+#ifndef DNS_PORTLIST_H
+#define DNS_PORTLIST_H 1
+
ISC_LANG_BEGINDECLS
isc_result_t
*/
ISC_LANG_ENDDECLS
+
+#endif /* DNS_PORTLIST_H */
* information regarding copyright ownership.
*/
-/* $Id: version.h,v 1.9.1234.1 2012/02/11 22:37:57 each Exp $ */
-
/*! \file dns/version.h */
+#ifndef DNS_VERSION_H
+#define DNS_VERSION_H 1
+
#include <isc/platform.h>
LIBDNS_EXTERNAL_DATA extern const char dns_version[];
LIBDNS_EXTERNAL_DATA extern const unsigned int dns_libinterface;
LIBDNS_EXTERNAL_DATA extern const unsigned int dns_librevision;
LIBDNS_EXTERNAL_DATA extern const unsigned int dns_libage;
+
+#endif /* DNS_VERSION_H */