core: update begin_processing() cmdlet signature
This commit is contained in:
@@ -68,7 +68,9 @@ static void write_value(
|
||||
bshell_table_ctx_print_record(&cmd->w_table_ctx, value);
|
||||
}
|
||||
|
||||
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_write_output_p *p
|
||||
= fx_object_get_private(cmdlet, BSHELL_TYPE_WRITE_OUTPUT);
|
||||
|
||||
Reference in New Issue
Block a user