Command line history changes, lastpatch_71 from Vladimir N. Oleynik

This commit is contained in:
Glenn L McGrath
2002-12-09 11:10:40 +00:00
parent 6b5bd0e5ab
commit fdbbb04893
4 changed files with 77 additions and 38 deletions

View File

@@ -3,7 +3,9 @@
int cmdedit_read_input(char* promptStr, char* command);
void load_history ( char *fromfile );
void save_history ( char *tofile );
#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
void load_history ( const char *fromfile );
void save_history ( const char *tofile );
#endif
#endif /* CMDEDIT_H */