* util/grub-render-label.c: Move backend part to ...

* util/render-label.c: ... here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 02:34:18 +02:00
parent d0a116ee5a
commit 44d1c20a13
5 changed files with 244 additions and 157 deletions

View file

@ -79,4 +79,11 @@ grub_install_get_blocklist (grub_device_t root_dev,
void
grub_util_create_envblk_file (const char *name);
void
grub_util_render_label (const char *label_font,
const char *label_bgcolor,
const char *label_color,
const char *label_string,
const char *label);
#endif