]> mj.ucw.cz Git - libucw.git/blob - lib/buck2obj.h
cannot ask for struct obuck_header due to remote indexing
[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, uns buck_type, struct fastbuf *body);