core: update begin_processing() cmdlet signature
This commit is contained in:
@@ -21,7 +21,9 @@ struct bshell_foreach_object_p {
|
||||
bshell_scriptblock *f_block;
|
||||
};
|
||||
|
||||
static enum bshell_status begin_processing(bshell_cmdlet *cmdlet)
|
||||
static enum bshell_status begin_processing(
|
||||
bshell_cmdlet *cmdlet,
|
||||
enum bshell_command_position position)
|
||||
{
|
||||
struct bshell_foreach_object_p *p
|
||||
= fx_object_get_private(cmdlet, BSHELL_TYPE_FOREACH_OBJECT);
|
||||
|
||||
Reference in New Issue
Block a user