]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.h
Merge branch 'la/format-trailer-info'
[thirdparty/git.git] / path.h
diff --git a/path.h b/path.h
index 54d39c770f9f764cc0792fb99d23f02a3bfe3693..ea96487b292bdb149061dc2b35c07e7529ed01ef 100644 (file)
--- a/path.h
+++ b/path.h
@@ -175,6 +175,7 @@ const char *git_path_shallow(struct repository *r);
 int ends_with_path_components(const char *path, const char *components);
 int validate_headref(const char *ref);
 
+int calc_shared_perm(int mode);
 int adjust_shared_perm(const char *path);
 
 char *interpolate_path(const char *path, int real_home);