core: update begin_processing() cmdlet signature
This commit is contained in:
@@ -22,7 +22,9 @@ struct bshell_get_command_p {
|
||||
bool c_eof;
|
||||
};
|
||||
|
||||
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_command_p *p
|
||||
= fx_object_get_private(cmdlet, BSHELL_TYPE_GET_COMMAND);
|
||||
|
||||
Reference in New Issue
Block a user