reuse code from legacy parser
This commit is contained in:
parent
7e623b0d74
commit
f866fe808b
5 changed files with 45 additions and 35 deletions
|
@ -382,6 +382,9 @@ grub_script_execute_arglist_to_argv (struct grub_script_arglist *arglist, int *c
|
|||
grub_err_t
|
||||
grub_normal_parse_line (char *line, grub_reader_getline_t getline);
|
||||
|
||||
char *
|
||||
grub_script_escape_squotes (char *out, const char *in, grub_size_t len);
|
||||
|
||||
static inline struct grub_script *
|
||||
grub_script_ref (struct grub_script *script)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue