Remove unneeded stuff.
[oweals/busybox.git] / shell / cmdedit.h
1 #ifndef CMDEDIT_H
2 #define CMDEDIT_H
3
4 void cmdedit_init(void);
5 void cmdedit_terminate(void);
6 void cmdedit_read_input(char* promptStr, char* command);                /* read a line of input */
7
8 #endif /* CMDEDIT_H */