/[grub]/grub2/include/grub/normal.h
ViewVC logotype

Diff of /grub2/include/grub/normal.h

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

revision 1.10 by marco_g, Fri Jan 21 21:32:03 2005 UTC revision 1.11 by marco_g, Mon Jan 31 21:40:25 2005 UTC
# Line 1  Line 1 
1  /* normal.h - prototypes for the normal mode */  /* normal.h - prototypes for the normal mode */
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 2002,2003,2005  Free Software Foundation, Inc.   *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
5   *   *
6   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 141  void grub_command_init (void); Line 141  void grub_command_init (void);
141  void grub_normal_init_page (void);  void grub_normal_init_page (void);
142  int grub_arg_parse (grub_command_t parser, int argc, char **argv,  int grub_arg_parse (grub_command_t parser, int argc, char **argv,
143                      struct grub_arg_list *usr, char ***args, int *argnum);                      struct grub_arg_list *usr, char ***args, int *argnum);
144    void grub_arg_show_help (grub_command_t cmd);
145    
146    
147  #ifdef GRUB_UTIL  #ifdef GRUB_UTIL
# Line 160  void grub_terminal_init (void); Line 161  void grub_terminal_init (void);
161  void grub_terminal_fini (void);  void grub_terminal_fini (void);
162  void grub_loop_init (void);  void grub_loop_init (void);
163  void grub_loop_fini (void);  void grub_loop_fini (void);
164    void grub_help_init (void);
165    void grub_help_fini (void);
166  #endif  #endif
167    
168  #endif /* ! GRUB_NORMAL_HEADER */  #endif /* ! GRUB_NORMAL_HEADER */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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