sanitize cmdedit a bit (group functions by task etc)
This commit is contained in:
parent
7b1f23610f
commit
82b39e83ab
759
shell/cmdedit.c
759
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);
|
int cmdedit_read_input(char* promptStr, char* command);
|
||||||
|
|
||||||
#ifdef CONFIG_ASH
|
#if ENABLE_ASH
|
||||||
extern const char *cmdedit_path_lookup;
|
extern const char *cmdedit_path_lookup;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
|
#if ENABLE_FEATURE_COMMAND_SAVEHISTORY
|
||||||
void load_history(const char *fromfile);
|
void load_history(const char *fromfile);
|
||||||
void save_history(const char *tofile);
|
void save_history(const char *tofile);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user