045588dc12b5e29b16c0cd1f15b1d8b21fff3d22
[oweals/busybox.git] / shell / cmdedit.h
1 #ifndef CMDEDIT_H
2 #define CMDEDIT_H
3
4 int     cmdedit_read_input(char* promptStr, char* command);
5
6 void    load_history ( char *fromfile );
7 void    save_history ( char *tofile );
8
9 #endif /* CMDEDIT_H */