/[grub]/grub2/commands/boot.c
ViewVC logotype

Diff of /grub2/commands/boot.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marco_g, Tue Jul 27 17:47:37 2004 UTC revision 1.4 by marco_g, Tue Aug 24 20:32:47 2004 UTC
# Line 38  grub_cmd_boot (struct grub_arg_list *sta Line 38  grub_cmd_boot (struct grub_arg_list *sta
38    
39    
40    
41    #ifdef GRUB_UTIL
42  void  void
43  grub_boot_init (void)  grub_boot_init (void)
44  {  {
# Line 50  grub_boot_fini (void) Line 51  grub_boot_fini (void)
51  {  {
52    grub_unregister_command ("boot");    grub_unregister_command ("boot");
53  }  }
54    #else /* ! GRUB_UTIL */
55  GRUB_MOD_INIT  GRUB_MOD_INIT
56  {  {
57    (void)mod;                    /* To stop warning. */    (void)mod;                    /* To stop warning. */
# Line 62  GRUB_MOD_FINI Line 63  GRUB_MOD_FINI
63  {  {
64    grub_unregister_command ("boot");    grub_unregister_command ("boot");
65  }  }
66    #endif /* ! GRUB_UTIL */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26