Vodz last_patch_122, Check $PATH at runtime to fix tab completion

This commit is contained in:
Glenn L McGrath
2004-01-14 09:34:51 +00:00
parent 6a78631164
commit 67285965f3
3 changed files with 18 additions and 3 deletions

View File

@@ -3,6 +3,10 @@
int cmdedit_read_input(char* promptStr, char* command);
#ifdef CONFIG_ASH
extern const char *cmdedit_path_lookup;
#endif
#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
void load_history ( const char *fromfile );
void save_history ( const char *tofile );