]> mj.ucw.cz Git - libucw.git/blobdiff - lib/object.h
obj_add_attr_ref() with an on-stack buffer is not advisable, better
[libucw.git] / lib / object.h
index 79a9605b9191297382015fb8b76d161372ba0203..01c47dfbbf27b629f5ae01b52589c243f2316717 100644 (file)
@@ -60,7 +60,6 @@ struct odes *obj_read_bucket(struct buck2obj_buf *buf, struct mempool *pool, uns
    */
 
 int obj_read(struct fastbuf *, struct odes *);
-void obj_read_multi(struct fastbuf *, struct odes *);
 
 /* obj2buck.c: Generating buckets from objects */