fix: .history was never written

This commit is contained in:
pwpiwi 2015-11-06 11:34:43 +01:00
commit 2487dfeb07
6 changed files with 69 additions and 64 deletions

View file

@ -24,7 +24,7 @@ typedef struct command_s
// Print help for each command in the command array
void CmdsHelp(const command_t Commands[]);
// Parse a command line
void CmdsParse(const command_t Commands[], const char *Cmd);
int CmdsParse(const command_t Commands[], const char *Cmd);
void dumpCommandsRecursive(const command_t cmds[], int markdown);
#endif