]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_encodings.h
xnu-792.6.70.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_encodings.h
index 233af5ba72136243b2b8bceebf74e3ee9c7be3df..6b3e1e3ce94bb8d5b8d0dfd1c1a1c3e074ef1a79 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 }, \
@@ -52,7 +48,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,