From 7861b1334118faef3d8e8ed8eae5a8ec76d435b0 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 14 Nov 1998 02:51:26 +0000 Subject: [PATCH] add comment --- lib/isc/rbtgen.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/isc/rbtgen.c b/lib/isc/rbtgen.c index 562811eb12..b5059ccd5d 100644 --- a/lib/isc/rbtgen.c +++ b/lib/isc/rbtgen.c @@ -1,4 +1,9 @@ +/* + * This file is a generic template that can be used to create a red-black + * tree library for a specified node type. + */ + /* * Red-Black Tree algorithms adapted from: *