]> mj.ucw.cz Git - libucw.git/commitdiff
buck2obj_convert() renamed to obj_read_bucket()
authorRobert Spalek <robert@ucw.cz>
Fri, 25 Jun 2004 17:30:11 +0000 (17:30 +0000)
committerRobert Spalek <robert@ucw.cz>
Fri, 25 Jun 2004 17:30:11 +0000 (17:30 +0000)
lib/buck2obj.c
lib/buck2obj.h

index 4ea6a5cca1e96d76762c9d87468b219edd817197..6aae928048494d1c4b39389debed31910e267022 100644 (file)
@@ -119,7 +119,7 @@ decode_attributes(byte *ptr, byte *end, struct odes *o, uns can_overwrite)
 }
 
 struct odes *
-buck2obj_convert(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body)
+obj_read_bucket(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body)
 {
   mp_flush(buf->mp);
   struct odes *o = obj_new(buf->mp);
index f2ca8966f924017be08bdb98ce83d0f844e5d468..6ea274d422cf28ce1dbcaa75b845be642b1183d8 100644 (file)
@@ -11,7 +11,7 @@ struct buck2obj_buf;
 struct buck2obj_buf *buck2obj_alloc(uns max_len, struct mempool *mp);
 void buck2obj_free(struct buck2obj_buf *buf);
 void buck2obj_realloc(struct buck2obj_buf *buf, uns max_len);
-struct odes *buck2obj_convert(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body);
+struct odes *obj_read_bucket(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body);
   /* If BCONFIG_CAN_OVERWRITE(body)==2, then the buffer of body has probably
    * been tampered (unless the bucket is larger than the buffer).  In such a
    * case, you must call bflush(body) before you do anything else than