sanitize cmdedit a bit (group functions by task etc)
This commit is contained in:
parent
7b1f23610f
commit
82b39e83ab
747
shell/cmdedit.c
747
shell/cmdedit.c
File diff suppressed because it is too large
Load Diff
@ -4,11 +4,11 @@
|
||||
|
||||
int cmdedit_read_input(char* promptStr, char* command);
|
||||
|
||||
#ifdef CONFIG_ASH
|
||||
#if ENABLE_ASH
|
||||
extern const char *cmdedit_path_lookup;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
|
||||
#if ENABLE_FEATURE_COMMAND_SAVEHISTORY
|
||||
void load_history(const char *fromfile);
|
||||
void save_history(const char *tofile);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user