david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/readline/readline.h

13 lines
154 B
C
Raw Normal View History

#ifndef _READLINE_H
#define _READLINE_H
/** @file
*
* Minmal readline
*
*/
extern char * readline ( const char *prompt );
#endif /* _READLINE_H */