X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwrbuf.c;h=9caf93cf3a4c0ce6738280f2e376e984fb2a84f2;hb=f5234a7d67df11584a2f29b35d999a603ab9cc80;hp=345a33e3150fbc6d4a2756a3a072081bb91cd7d8;hpb=ed9a470b2dbe08cfe51079bdb3e7fbd720f857c8;p=yaz-moved-to-github.git diff --git a/src/wrbuf.c b/src/wrbuf.c index 345a33e..9caf93c 100644 --- a/src/wrbuf.c +++ b/src/wrbuf.c @@ -2,11 +2,12 @@ * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. * - * $Id: wrbuf.c,v 1.5 2004-10-01 11:44:46 adam Exp $ + * $Id: wrbuf.c,v 1.6 2004-10-15 00:19:01 adam Exp $ */ -/* - * Growing buffer for writing various stuff. +/** + * \file wrbuf.c + * \brief Implements WRBUF (growing buffer) */ #if HAVE_CONFIG_H