]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.h
files-backend: replace submodule_allowed check in files_downcast()
[thirdparty/git.git] / refs.h
diff --git a/refs.h b/refs.h
index 3df0d45ebb6bb5900254edd40383d9de8e539a31..a6cd12267fbb7c1ea9e0cba8962239cfb76639cb 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -1,6 +1,11 @@
 #ifndef REFS_H
 #define REFS_H
 
+struct object_id;
+struct ref_store;
+struct strbuf;
+struct string_list;
+
 /*
  * Resolve a reference, recursively following symbolic refererences.
  *
@@ -556,4 +561,6 @@ int reflog_expire(const char *refname, const unsigned char *sha1,
 
 int ref_storage_backend_exists(const char *name);
 
+struct ref_store *get_main_ref_store(void);
+
 #endif /* REFS_H */