sparse-index.h: move declarations for sparse-index.c from cache.h
Note in particular that this reverses the decision made in 118a2e8bde
("cache: move ensure_full_index() to cache.h", 2021-04-01).
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
74eab62313
commit
8ccc457fff
@ -37,4 +37,6 @@ struct pattern_list;
|
||||
*/
|
||||
void expand_index(struct index_state *istate, struct pattern_list *pl);
|
||||
|
||||
void ensure_full_index(struct index_state *istate);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user