PArtial Changelog update. I'm still on vacation (I'm at a campground
[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 */