]> git.ipfire.org Git - thirdparty/git.git/blobdiff - utf8.h
t3320: use git-symbolic-ref rather than filesystem access
[thirdparty/git.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index fcd5167bafb38ddafc3c4e22b642b87fb935c8e1..9a16c8679dcd08b66d0a930c04fe1395679cbdcb 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -61,6 +61,7 @@ int is_hfs_dotgit(const char *path);
 int is_hfs_dotgitmodules(const char *path);
 int is_hfs_dotgitignore(const char *path);
 int is_hfs_dotgitattributes(const char *path);
+int is_hfs_dotmailmap(const char *path);
 
 typedef enum {
        ALIGN_LEFT,