]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/unicode.h
Merge master
[netatalk.git] / include / atalk / unicode.h
index 1bb2ee3efdaad8c7f0a0528c40d392b5ebd49d24..27441549e2d803cd3e0f85b147673fb6aa3e51b0 100644 (file)
@@ -90,9 +90,13 @@ extern int atalk_iconv_close (atalk_iconv_t);
 extern struct charset_functions *find_charset_functions (const char *);
 extern int atalk_register_charset (struct charset_functions *);
 
+/* from utf16_case.c */
+extern ucs2_t    toupper_w  (ucs2_t);
+extern u_int32_t toupper_sp (u_int32_t);
+extern ucs2_t    tolower_w  (ucs2_t);
+extern u_int32_t tolower_sp (u_int32_t);
+
 /* from util_unistr.c */
-extern ucs2_t   toupper_w  (ucs2_t);
-extern ucs2_t   tolower_w  (ucs2_t);
 extern int      strupper_w (ucs2_t *);
 extern int      strlower_w (ucs2_t *);
 extern int      islower_w  (ucs2_t);