pull-in nested-record branch
This commit is contained in:
commit
0878653f65
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ grub_script_function_t grub_script_function_create (struct grub_script_arg *func
|
|||
struct grub_script *cmd);
|
||||
void grub_script_function_remove (const char *name);
|
||||
grub_script_function_t grub_script_function_find (char *functionname);
|
||||
|
||||
grub_err_t grub_script_function_call (grub_script_function_t func,
|
||||
int argc, char **args);
|
||||
|
||||
|
|
Loading…
Reference in a new issue