return arg count from grub_script_execute_arglist_to_argv
This commit is contained in:
parent
345dd552ad
commit
1fb08ed515
2 changed files with 7 additions and 10 deletions
|
@ -300,6 +300,6 @@ int grub_script_function_call (grub_script_function_t func,
|
|||
int argc, char **args);
|
||||
|
||||
char **
|
||||
grub_script_execute_arglist_to_argv (struct grub_script_arglist *arglist);
|
||||
grub_script_execute_arglist_to_argv (struct grub_script_arglist *arglist, int *count);
|
||||
|
||||
#endif /* ! GRUB_NORMAL_PARSER_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue