Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff 'rename' format change.
[gitweb.git]
/
blob.h
diff --git
a/blob.h
b/blob.h
index 5cbf6d65ee88e1e0c0f1153af4aa7f80c3c48c16..8004c835e73d44f3d9f0adf533cbf2475c288b42 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 */