Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cmdedit.h « shell - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 045588dc12b5e29b16c0cd1f15b1d8b21fff3d22 (plain)
1
2
3
4
5
6
7
8
9
#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 */