]> mj.ucw.cz Git - libucw.git/blob - lib/buck2obj.h
modifications done at home, not yet incorporated MJ's objections:
[libucw.git] / lib / buck2obj.h
1 /*
2  *      Bucket -> Object converter
3  *
4  *      (c) 2004, Robert Spalek <robert@ucw.cz>
5  */
6
7 struct buck2obj_buf;
8
9 struct buck2obj_buf *buck2obj_alloc(uns max_len, struct mempool *mp);
10 void buck2obj_free(struct buck2obj_buf *buf);
11 struct odes *buck2obj_convert(struct buck2obj_buf *buf, struct obuck_header *hdr, struct fastbuf *body);