]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs/refs-internal.h
refs: centralize initialization of the base ref_store.
[thirdparty/git.git] / refs / refs-internal.h
index 46a839539e33451f7debc980a1a23744a7094d05..7ff6fba4f0d3ef138525edf6fd5b9511e2cfe07d 100644 (file)
@@ -710,8 +710,8 @@ int parse_loose_ref_contents(const char *buf, struct object_id *oid,
  * Fill in the generic part of refs and add it to our collection of
  * reference stores.
  */
-void base_ref_store_init(struct ref_store *refs,
-                        const struct ref_storage_be *be);
+void base_ref_store_init(struct ref_store *refs, struct repository *repo,
+                        const char *path, const struct ref_storage_be *be);
 
 /*
  * Support GIT_TRACE_REFS by optionally wrapping the given ref_store instance.