From 4dedccfa1fece8d8e2d6d22c81023817aebd7e2e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 24 Oct 2012 20:16:15 -0700 Subject: [readline] Allow a prefilled input string to be provided Signed-off-by: Michael Brown --- src/include/readline/readline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/readline') diff --git a/src/include/readline/readline.h b/src/include/readline/readline.h index 42dfd8c4c..8b1599753 100644 --- a/src/include/readline/readline.h +++ b/src/include/readline/readline.h @@ -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 ); -- cgit v1.2.3-55-g7522