diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-19 14:05:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-19 14:05:47 -0700 |
commit | 4dcff634e6294bcd7a40c8a51762b675b35be237 (patch) | |
tree | 0853dc82106df810ff14918bd1348903143858c0 /tree-walk.h | |
parent | f3ab49db1b88b753fc628d7b241f20f73950e162 (diff) | |
download | git-4dcff634e6294bcd7a40c8a51762b675b35be237.tar.gz |
get_tree_entry(): make it available from tree-walk
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tree-walk.h')
-rw-r--r-- | tree-walk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tree-walk.h b/tree-walk.h index 76893e36c3..47438fe1c0 100644 --- a/tree-walk.h +++ b/tree-walk.h @@ -22,4 +22,6 @@ typedef void (*traverse_callback_t)(int n, unsigned long mask, struct name_entry void traverse_trees(int n, struct tree_desc *t, const char *base, traverse_callback_t callback); +int get_tree_entry(const unsigned char *, const char *, unsigned char *, unsigned *); + #endif |