diff options
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r-- | shell/cmdedit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 83893572a..045588dc1 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h @@ -3,4 +3,7 @@ int cmdedit_read_input(char* promptStr, char* command); +void load_history ( char *fromfile ); +void save_history ( char *tofile ); + #endif /* CMDEDIT_H */ |