summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/cmdedit.h
blob: 83893572a259995a4f410c394ae218647c53459d (plain)
1
2
3
4
5
6
#ifndef CMDEDIT_H
#define CMDEDIT_H

int     cmdedit_read_input(char* promptStr, char* command);

#endif /* CMDEDIT_H */