From: Martin Mares Date: Tue, 6 Jul 2004 10:44:43 +0000 (+0000) Subject: Use lib/bbuf.h here. X-Git-Tag: holmes-import~970 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=74ac34e6c5e75fd8246364c3bfa6afd678c089d9;p=libucw.git Use lib/bbuf.h here. --- diff --git a/lib/buckettool.c b/lib/buckettool.c index f825957e..880dc612 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -1,7 +1,7 @@ /* * Sherlock Library -- Bucket Manipulation Tool * - * (c) 2001 Martin Mares + * (c) 2001--2004 Martin Mares * (c) 2004 Robert Spalek * * This software may be freely distributed and used according to the terms @@ -18,6 +18,7 @@ #include "lib/buck2obj.h" #include "lib/obj2buck.h" #include "lib/lizard.h" +#include "lib/bbuf.h" #include "charset/unistream.h" #include @@ -141,10 +142,6 @@ extract(char *id) obuck_cleanup(); } -#define GBUF_TYPE byte -#define GBUF_PREFIX(x) bb_##x -#include "lib/gbuf.h" - static void insert(byte *arg) {