2009-07-01 Pavel Roskin <proski@gnu.org>

* util/misc.c: Move grub_reboot() and grub_halt() ...
	* util/grub-emu.c: ... here.  Make main_env static.
	* include/grub/util/misc.h: Remove main_env.
This commit is contained in:
proski 2009-07-01 15:59:05 +00:00
parent 2ef0084d80
commit 1b96e95249
4 changed files with 21 additions and 18 deletions

View file

@ -38,7 +38,6 @@
extern char *progname;
extern int verbosity;
extern jmp_buf main_env;
void grub_util_warn (const char *fmt, ...);
void grub_util_info (const char *fmt, ...);