Files
ipxe/src/include/readline/readline.h

15 lines
196 B
C
Raw Normal View History

#ifndef _READLINE_H
#define _READLINE_H
/** @file
*
* Minmal readline
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
2007-08-20 20:29:41 +02:00
extern char * __malloc readline ( const char *prompt );
#endif /* _READLINE_H */