blob: 045588dc12b5e29b16c0cd1f15b1d8b21fff3d22 [file] [log] [blame]
#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 */