netbsd/external/bsd/ntp/dist/include/ntp_lineedit.h
2015-10-15 10:25:28 +02:00

16 lines
323 B
C

/* $NetBSD: ntp_lineedit.h,v 1.3 2015/07/10 14:20:29 christos Exp $ */
/*
* ntp_lineedit.h - generic interface to various line editing libs
*/
int ntp_readline_init(const char *prompt);
void ntp_readline_uninit(void);
/*
* strings returned by ntp_readline go home to free()
*/
char * ntp_readline(int *pcount);