diff options
Diffstat (limited to 'lib/libedit/prompt.c')
| -rw-r--r-- | lib/libedit/prompt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index cea7ad7d1334..59ba200c7312 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -83,7 +83,7 @@ prompt_print(el) /* prompt_init(): * Initialize the prompt stuff */ -protected int +protected int prompt_init(el) EditLine *el; { @@ -98,7 +98,7 @@ prompt_init(el) * Clean up the prompt stuff */ protected void -/*ARGSUSED*/ +/*ARGSUSED*/ prompt_end(el) EditLine *el; { @@ -108,7 +108,7 @@ prompt_end(el) /* prompt_set(): * Install a prompt printing function */ -protected int +protected int prompt_set(el, prf) EditLine *el; el_pfunc_t prf; |
