~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to include/grub/normal.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.3.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
void
90
90
grub_menu_text_register_instances (int entry, grub_menu_t menu, int nested);
91
91
grub_err_t
92
 
grub_show_menu (grub_menu_t menu, int nested);
 
92
grub_show_menu (grub_menu_t menu, int nested, int autobooted);
93
93
 
94
94
/* Defined in `handler.c'.  */
95
95
void read_handler_list (void);