diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-12-09 12:34:57 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-12-09 12:34:57 +0000 |
commit | 22b3400dbbcf53ca766905676d927453a6645f85 (patch) | |
tree | ff7ad80c67504a2a67013052d0ec7da58ead1345 /usr.sbin/bind/lib/dns/include/dst/result.h | |
parent | 2b864d06a3facac2aea4ea0bc5846ce9e24062d9 (diff) |
ISC BIND release 9.4.2
Diffstat (limited to 'usr.sbin/bind/lib/dns/include/dst/result.h')
-rw-r--r-- | usr.sbin/bind/lib/dns/include/dst/result.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/include/dst/result.h b/usr.sbin/bind/lib/dns/include/dst/result.h index cabd7c233dd..1a7fb9f4723 100644 --- a/usr.sbin/bind/lib/dns/include/dst/result.h +++ b/usr.sbin/bind/lib/dns/include/dst/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,11 +15,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $ISC: result.h,v 1.1.4.1 2004/12/09 04:07:20 marka Exp $ */ +/* $ISC: result.h,v 1.1.6.3 2005/04/29 00:16:29 marka Exp $ */ #ifndef DST_RESULT_H #define DST_RESULT_H 1 +/*! \file */ + #include <isc/lang.h> #include <isc/resultclass.h> |