X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=blob.h;h=8004c835e73d44f3d9f0adf533cbf2475c288b42;hb=bd2c39f58f915af532b488c5bda753314f0db603;hp=4afad0f067e1979d7ccc4778e254cce6962ad136;hpb=f4f21ce367a5119be1c4396d01271ece6e40ff70;p=git.git diff --git a/blob.h b/blob.h index 4afad0f0..8004c835 100644 --- a/blob.h +++ b/blob.h @@ -11,6 +11,8 @@ struct blob { struct blob *lookup_blob(unsigned char *sha1); +int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size); + int parse_blob(struct blob *item); #endif /* BLOB_H */