]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sparse-index.h
sparse-index.h: move declarations for sparse-index.c from cache.h
[thirdparty/git.git] / sparse-index.h
index 59a92d819ecdac1430b69db081b79cfc7e8ca84a..a16f3e67d75913daffc7ded0e08118ca233d1f5d 100644 (file)
@@ -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