* util/grub-editenv.c (create_envblk_file): More from here ...

* util/editenv.c (grub_util_create_envblk_file): ... to here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 21:23:54 +02:00
parent f7c4957068
commit bacfefbb0e
5 changed files with 76 additions and 36 deletions

View file

@ -76,4 +76,7 @@ grub_install_get_blocklist (grub_device_t root_dev,
void *data),
void *hook_data);
void
grub_util_create_envblk_file (const char *name);
#endif