diff options
Diffstat (limited to 'blob.h')
-rw-r--r-- | blob.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |