Accomodate older glibc, which also lacks the module syscalls
[oweals/busybox.git] / cmdedit.h
1 #ifndef CMDEDIT_H
2 #define CMDEDIT_H
3
4 int     cmdedit_read_input(char* promptStr, char* command);
5
6 #endif /* CMDEDIT_H */