mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[readline] Allow a prefilled input string to be provided
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -51,6 +51,7 @@ struct readline_history {
|
||||
|
||||
extern void history_free ( struct readline_history *history );
|
||||
extern char * __malloc readline_history ( const char *prompt,
|
||||
const char *prefill,
|
||||
struct readline_history *history );
|
||||
extern char * __malloc readline ( const char *prompt );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user