unpack-trees: remove 'extern' on function declaration
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Aug 13, 2018 at 18:14 UTC
340f4bc9f8686c813410ef954ee00b8c66c78e91
1 file changed
+2
-2
unpack-trees.h
+2
-2
@@ -82,8 +82,8 @@ struct unpack_trees_options {
82
struct exclude_list *el; /* for internal use */
83
};
84
85
-extern int unpack_trees(unsigned n, struct tree_desc *t,
86
- struct unpack_trees_options *options);
85
+int unpack_trees(unsigned n, struct tree_desc *t,
86
+ struct unpack_trees_options *options);
87
88
int verify_uptodate(const struct cache_entry *ce,
89
struct unpack_trees_options *o);