Move start_stop_daemon to debianutils.
[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 #ifdef CONFIG_FEATURE_COMMAND_SAVEHISTORY
7 void    load_history ( const char *fromfile );
8 void    save_history ( const char *tofile );
9 #endif
10
11 #endif /* CMDEDIT_H */