cache-tree.h: drop extern from function declaration
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
fde9522747
commit
9ab34f9e05
@@ -51,6 +51,6 @@ int write_index_as_tree(struct object_id *oid, struct index_state *index_state,
|
|||||||
int write_cache_as_tree(struct object_id *oid, int flags, const char *prefix);
|
int write_cache_as_tree(struct object_id *oid, int flags, const char *prefix);
|
||||||
void prime_cache_tree(struct index_state *, struct tree *);
|
void prime_cache_tree(struct index_state *, struct tree *);
|
||||||
|
|
||||||
extern int cache_tree_matches_traversal(struct cache_tree *, struct name_entry *ent, struct traverse_info *info);
|
int cache_tree_matches_traversal(struct cache_tree *, struct name_entry *ent, struct traverse_info *info);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user