Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fixed t0000-basic.sh and test-lib.sh permissions
[gitweb.git]
/
tree.h
diff --git
a/tree.h
b/tree.h
index e1c94c090c8d73268176e8f1ca97f4949cb537df..1383beb2bf11f66bc34246acc5d843866ae680c9 100644
(file)
--- a/
tree.h
+++ b/
tree.h
@@
-25,6
+25,8
@@
struct tree {
struct tree *lookup_tree(unsigned char *sha1);
+int parse_tree_buffer(struct tree *item, void *buffer, unsigned long size);
+
int parse_tree(struct tree *tree);
#endif /* TREE_H */