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

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

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

revision 1.2 by okuji, Sun Apr 4 13:46:00 2004 UTC revision 1.3 by marco_g, Fri Aug 13 22:33:35 2004 UTC
# Line 38  enum grub_arg_type Line 38  enum grub_arg_type
38  typedef enum grub_arg_type grub_arg_type_t;  typedef enum grub_arg_type grub_arg_type_t;
39    
40  /* Flags for the option field op grub_arg_option.  */  /* Flags for the option field op grub_arg_option.  */
41  #define GRUB_ARG_OPTION_OPTIONAL        1 << 1  #define GRUB_ARG_OPTION_OPTIONAL        (1 << 1)
42    
43  enum grub_key_type  enum grub_key_type
44    {    {

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

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