Vodz, last_patch_114
[oweals/busybox.git] / shell / cmdedit.h
index 83893572a259995a4f410c394ae218647c53459d..991dafcd1ded39ed2ef2cbb3570902ac3e7c83aa 100644 (file)
@@ -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 */