aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.h
blob: 1482da3b85d98c479250785c61f2293d8e5eb1d8 (plain)
1
2
3
4
5
6
#ifndef CMDEDIT_H
#define CMDEDIT_H

void cmdedit_read_input(char* promptStr, char* command);		/* read a line of input */

#endif /* CMDEDIT_H */