X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbbuf.h;h=0d17f8ccfb77e372d8fb63d49a6ecf07393555a7;hb=86919305a08aa88b3a60c3216752291ba7f0b496;hp=5ee6c1a5f5c99101c4a8fd41200afdd8e1c6b919;hpb=afb30b22c3c7242eb273ba05caef2b51f66ec84c;p=libucw.git diff --git a/lib/bbuf.h b/lib/bbuf.h index 5ee6c1a5..0d17f8cc 100644 --- a/lib/bbuf.h +++ b/lib/bbuf.h @@ -1,5 +1,5 @@ /* - * A simple growing buffer for byte-sized items. + * UCW Library -- A simple growing buffer for byte-sized items. * * (c) 2004 Martin Mares * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_BBUF_H -#define _SHERLOCK_BBUF_H +#ifndef _UCW_BBUF_H +#define _UCW_BBUF_H #define GBUF_TYPE byte #define GBUF_PREFIX(x) bb_##x