core: update begin_processing() cmdlet signature
This commit is contained in:
@@ -20,7 +20,9 @@ struct bshell_get_verb_p {
|
||||
const fx_iterator *c_it;
|
||||
};
|
||||
|
||||
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_get_verb_p *p
|
||||
= fx_object_get_private(cmdlet, BSHELL_TYPE_GET_VERB);
|
||||
|
||||
Reference in New Issue
Block a user