hush/cmdedit.h

7 lines
146 B
C
Raw Normal View History

2000-07-07 20:37:12 +00:00
#ifndef CMDEDIT_H
#define CMDEDIT_H
void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */
2000-07-07 20:37:12 +00:00
#endif /* CMDEDIT_H */