Fix compile error, the indenting really needs to be fixed here
[oweals/busybox.git] / shell / cmdedit.h
index 045588dc12b5e29b16c0cd1f15b1d8b21fff3d22..991dafcd1ded39ed2ef2cbb3570902ac3e7c83aa 100644 (file)
@@ -3,7 +3,9 @@
 
 int     cmdedit_read_input(char* promptStr, char* command);
 
-void    load_history ( char *fromfile );
-void    save_history ( char *tofile );
+#ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
+void    load_history ( const char *fromfile );
+void    save_history ( const char *tofile );
+#endif
 
 #endif /* CMDEDIT_H */