]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/ntp/include/ntp_lineedit.h
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / ntp / include / ntp_lineedit.h
1
2 /*
3  * ntp_lineedit.h - generic interface to various line editing libs
4  */
5
6 int             ntp_readline_init(const char *prompt);
7 void            ntp_readline_uninit(void);
8
9 /*
10  * strings returned by ntp_readline go home to free()
11  */
12 char *          ntp_readline(int *pcount);
13