]> mj.ucw.cz Git - libucw.git/commitdiff
Use lib/bbuf.h here.
authorMartin Mares <mj@ucw.cz>
Tue, 6 Jul 2004 10:44:43 +0000 (10:44 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 6 Jul 2004 10:44:43 +0000 (10:44 +0000)
lib/buckettool.c

index f825957e3415b7854045a68c180e85be249cdeec..880dc61267049f1b9b5a7e14345b21cfcb254cea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Sherlock Library -- Bucket Manipulation Tool
  *
- *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *     (c) 2001--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
  *
  *     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 <stdio.h>
@@ -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)
 {