]> git.proxmox.com Git - grub2.git/blobdiff - include/grub/normal.h
merge trunk into newenv
[grub2.git] / include / grub / normal.h
index 15f4671d29df200b8313cb5f8c09f225f0067c9a..8d154c9dfa28c42e8204871f14791d8233839f27 100644 (file)
@@ -73,6 +73,12 @@ void grub_parse_color_name_pair (grub_uint8_t *ret, const char *name);
 
 /* Defined in `menu_text.c'.  */
 void grub_wait_after_message (void);
+int grub_utf8_to_ucs4_alloc (const char *msg, grub_uint32_t **unicode_msg,
+                       grub_uint32_t **last_position);
+void grub_print_ucs4 (const grub_uint32_t * str,
+                       const grub_uint32_t * last_position);
+grub_ssize_t grub_getstringwidth (grub_uint32_t * str,
+                       const grub_uint32_t * last_position);
 
 /* Defined in `handler.c'.  */
 void read_handler_list (void);