PR ld/15056
[deliverable/binutils-gdb.git] / binutils / winduni.h
index 878641535b495e0bb2ee1627c78da96eae622458..8b3a389eb5fbbf43f41c4cc616b72ecc0e540915 100644 (file)
@@ -126,6 +126,7 @@ extern const local_iconv_map *wind_find_codepage_info (unsigned);
 
 /* Convert an Codepage string to a unicode string.  */
 extern void unicode_from_codepage (rc_uint_type *, unichar **, const char *, rc_uint_type);
+extern void unicode_from_ascii_len (rc_uint_type *, unichar **, const char *, rc_uint_type );
 
 /* Convert an unicode string to an codepage string.  */
 extern void codepage_from_unicode (rc_uint_type *, const unichar *, char **, rc_uint_type);
This page took 0.022301 seconds and 4 git commands to generate.