X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2Fcmdedit.h;h=991dafcd1ded39ed2ef2cbb3570902ac3e7c83aa;hb=1dc0ccafddf9b5f540008b7cabbf3ab1f4f53ee3;hp=83893572a259995a4f410c394ae218647c53459d;hpb=044228d5ecb9b79397f9fc915d046cf4538281e2;p=oweals%2Fbusybox.git diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 83893572a..991dafcd1 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h @@ -3,4 +3,9 @@ int cmdedit_read_input(char* promptStr, char* command); +#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY +void load_history ( const char *fromfile ); +void save_history ( const char *tofile ); +#endif + #endif /* CMDEDIT_H */