]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs.h
xnu-344.34.tar.gz
[apple/xnu.git] / bsd / hfs / hfs.h
index b82adcf2e16dad50436f6316fc2f525671d5dff2..f2f5ce61ff8b8e46d22adbe4c784a88e7d6c8421 100644 (file)
@@ -489,6 +489,9 @@ extern void hfs_setencodingbits(struct hfsmount *hfsmp, u_int32_t encoding);
 
 extern void replace_desc(struct cnode *cp, struct cat_desc *cdp);
 
+extern int hfs_namecmp(const char *, size_t, const char *, size_t);
+
+
 #endif /* __APPLE_API_PRIVATE */
 #endif /* KERNEL */
 #endif /* __HFS__ */