/[grub]/grub2/font/manager.c
ViewVC logotype

Diff of /grub2/font/manager.c

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

revision 1.5 by okuji, Sun Jul 17 20:26:07 2005 UTC revision 1.6 by marco_g, Sun Nov 13 15:47:09 2005 UTC
# Line 232  font_command (struct grub_arg_list *stat Line 232  font_command (struct grub_arg_list *stat
232    return 0;    return 0;
233  }  }
234    
235  GRUB_MOD_INIT  GRUB_MOD_INIT(fontmanager)
236  {  {
237    (void) mod; /* Stop warning.  */    (void) mod; /* Stop warning.  */
238    grub_register_command ("font", font_command, GRUB_COMMAND_FLAG_BOTH,    grub_register_command ("font", font_command, GRUB_COMMAND_FLAG_BOTH,
# Line 240  GRUB_MOD_INIT Line 240  GRUB_MOD_INIT
240                           "Specify one or more font files to display.", 0);                           "Specify one or more font files to display.", 0);
241  }  }
242    
243  GRUB_MOD_FINI  GRUB_MOD_FINI(fontmanager)
244  {  {
245    grub_unregister_command ("font");    grub_unregister_command ("font");
246  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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