]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
Defined a GET_TAGGED_CHAR macro to read our internal representation
[libucw.git] / lib / fastbuf.h
index 15bfed5a89cf1b42541c3dcdc5a7a12717feeab4..d831ed36153a877f27d0cf5f9cb85d90ac615604 100644 (file)
@@ -306,6 +306,7 @@ static inline void bwrite(struct fastbuf *f, void *b, uns l)
 }
 
 byte *bgets(struct fastbuf *f, byte *b, uns l);        /* Non-std */
+byte *bgets0(struct fastbuf *f, byte *b, uns l);
 
 static inline void
 bputs(struct fastbuf *f, byte *b)