]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.c
reftable/block: fix error handling when searching restart points
[thirdparty/git.git] / path.c
diff --git a/path.c b/path.c
index 0fb527918b77652dbba2e6b0bee651fcc0fddfe9..8bb223c92c91c2d963ab4fefa9efb0ac7c3b026c 100644 (file)
--- a/path.c
+++ b/path.c
@@ -871,7 +871,7 @@ const char *enter_repo(const char *path, int strict)
        return NULL;
 }
 
-static int calc_shared_perm(int mode)
+int calc_shared_perm(int mode)
 {
        int tweak;