[PATCH] git-tar-tree: add TYPEFLAG_ constants
[git.git] / blob.h
diff --git a/blob.h b/blob.h
index 5cbf6d6..8004c83 100644 (file)
--- a/blob.h
+++ b/blob.h
@@ -11,4 +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 */