From d4ff2072abed071bc9fd291d179162da46d1427f Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:15 +0000 Subject: match-trees.h: move declarations for match-trees.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- match-trees.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 match-trees.h (limited to 'match-trees.h') diff --git a/match-trees.h b/match-trees.h new file mode 100644 index 0000000000..e3877acd58 --- /dev/null +++ b/match-trees.h @@ -0,0 +1,10 @@ +#ifndef MATCH_TREES_H +#define MATCH_TREES_H + +struct object_id; +struct repository; + +void shift_tree(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, int); +void shift_tree_by(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, const char *); + +#endif /* MATCH_TREES_H */ -- cgit v1.2.3