refs: add a backend method structure
[gitweb.git] / refs / files-backend.c
index c229b56bd5d39dd1c5d4f4473d2cabf7ada3d39d..0102491b134e3afcddaa71edc2c3542c96496413 100644 (file)
@@ -4066,3 +4066,8 @@ int reflog_expire(const char *refname, const unsigned char *sha1,
        unlock_ref(lock);
        return -1;
 }
+
+struct ref_storage_be refs_be_files = {
+       NULL,
+       "files"
+};