diff options
Diffstat (limited to 'contrib/bind9/lib/bind/include/isc/tree.h')
-rw-r--r-- | contrib/bind9/lib/bind/include/isc/tree.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bind9/lib/bind/include/isc/tree.h b/contrib/bind9/lib/bind/include/isc/tree.h index 0572c40..8096a8d 100644 --- a/contrib/bind9/lib/bind/include/isc/tree.h +++ b/contrib/bind9/lib/bind/include/isc/tree.h @@ -3,7 +3,7 @@ * vix 22jan93 [revisited; uses RCS, ANSI, POSIX; has bug fixes] * vix 27jun86 [broken out of tree.c] * - * $Id: tree.h,v 1.1.2.1 2003/06/27 03:51:39 marka Exp $ + * $Id: tree.h,v 1.2.164.1 2005/04/27 05:00:52 sra Exp $ */ @@ -19,7 +19,7 @@ # endif #endif -/* +/*% * tree_t is our package-specific anonymous pointer. */ #if defined(__STDC__) || defined(__GNUC__) @@ -28,7 +28,7 @@ typedef void *tree_t; typedef char *tree_t; #endif -/* +/*% * Do not taint namespace */ #define tree_add __tree_add @@ -56,3 +56,4 @@ void tree_mung __P((tree **, void (*)())); #endif /* _TREE_H_INCLUDED */ +/*! \file */ |