busybox/shell/cmdedit.h

10 lines
202 B
C

#ifndef CMDEDIT_H
#define CMDEDIT_H
int cmdedit_read_input(char* promptStr, char* command);
void load_history ( char *fromfile );
void save_history ( char *tofile );
#endif /* CMDEDIT_H */