close #14 - added a resetShell api function + fixed some problems
This commit is contained in:
@@ -126,6 +126,9 @@ shellmatta_retCode_t shellmatta_doInit( shellmatta_instance_t *inst,
|
||||
const shellmatta_cmd_t *cmdList,
|
||||
shellmatta_write_t writeFct);
|
||||
|
||||
shellmatta_retCode_t shellmatta_resetShell( shellmatta_handle_t handle,
|
||||
bool printPrompt);
|
||||
|
||||
shellmatta_retCode_t shellmatta_addCmd( shellmatta_handle_t handle,
|
||||
shellmatta_cmd_t *cmd);
|
||||
|
||||
|
Reference in New Issue
Block a user