]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_encodings.h
xnu-517.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_encodings.h
index d637fdaa243b5c9f2807ca50b51ae0c025612227..38d24f3f0d23911a3160b4715161c02de9e828c1 100644 (file)
 #include <sys/appleapiopts.h>
 
 #ifdef __APPLE_API_UNSTABLE
-/*
- * Sysctl value for HFS Unicode encoding matching.
- */
-#define HFS_ENCODINGBIAS       1       /* encoding matching CJK bias */
 
 #define CTL_HFS_NAMES { \
        { 0, 0 }, \
@@ -55,7 +51,7 @@
  * encoding conversion routines.
  */
 
-typedef int (* hfs_to_unicode_func_t)(Str31 hfs_str, UniChar *uni_str,
+typedef int (* hfs_to_unicode_func_t)(const Str31 hfs_str, UniChar *uni_str,
                UInt32 maxCharLen, UInt32 *usedCharLen);
 
 typedef int (* unicode_to_hfs_func_t)(UniChar *uni_str, UInt32 unicodeChars,