diff options
| author | Keith Packard <keithp@keithp.com> | 2018-08-15 22:44:17 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:22:50 -0700 |
| commit | a76829a4a840261e33869c40b3366fff3b691069 (patch) | |
| tree | 715a27874e1a2b9e3e7a9ad110ffc08eee31e584 /src/kernel/ao.h | |
| parent | 684741765117611b7d666efbdfafd87c6199752c (diff) | |
altos: Allow application-specific prompts for ao_cmd_readline
Lets other readline users specify alternate prompts.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao.h')
| -rw-r--r-- | src/kernel/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h index cdcdadc3..08e90839 100644 --- a/src/kernel/ao.h +++ b/src/kernel/ao.h @@ -165,7 +165,7 @@ void ao_put_string(const char *s); void -ao_cmd_readline(void); +ao_cmd_readline(const char *prompt); char ao_cmd_lex(void); |
