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

index b19963f7803284acdbaed5c5f53ef9d8d7db9bfa..e71fa21fd2bcbf565f2eed9f69d4c0f4fbc8a57e 100644 (file)
@@ -14,6 +14,7 @@
 #include "lib/bucket.h"
 #include "lib/lizard.h"
 #include "lib/buck2obj.h"
+#include "lib/bbuf.h"
 
 #include <stdlib.h>
 #include <errno.h>
 
 #define        RET_ERR(num)    ({ errno = num; return -1; })
 
-#define        GBUF_TYPE       byte
-#define        GBUF_PREFIX(x)  bb_##x
-#include "lib/gbuf.h"
-
 struct buck2obj_buf
 {
   bb_t bb;