~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/parser.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
};
84
84
typedef struct grub_parser *grub_parser_t;
85
85
 
86
 
grub_err_t EXPORT_FUNC(grub_parser_execute) (char *source);
 
86
grub_err_t grub_parser_execute (char *source);
87
87
 
88
88
grub_err_t
89
89
grub_rescue_parse_line (char *line, grub_reader_getline_t getline);