repository.c: replace hold_locked_index() with repo_hold_locked_index()
[gitweb.git] / repository.h
index 9f16c42c1ed04af3bf2e7767c4fd6c05b28ccf9c..968330218fd81a2f424f12142dfa40af790bdaa4 100644 (file)
@@ -6,6 +6,7 @@
 struct config_set;
 struct git_hash_algo;
 struct index_state;
+struct lock_file;
 struct raw_object_store;
 struct submodule_cache;
 
@@ -130,5 +131,8 @@ void repo_clear(struct repository *repo);
  * populated then the number of entries will simply be returned.
  */
 int repo_read_index(struct repository *repo);
+int repo_hold_locked_index(struct repository *repo,
+                          struct lock_file *lf,
+                          int flags);
 
 #endif /* REPOSITORY_H */