diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-11 02:33:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-11 02:33:07 +0000 |
| commit | fb21882ffc08f0f36202a6492bc4628bd832ac18 (patch) | |
| tree | 2a3a3b5b7ce03cb28810b3212cb44a3a1698ca44 /contrib/libreadline/rlshell.h | |
| parent | 152b41126121f69480691bc73bf0e6ea3ae404c7 (diff) | |
Notes
Diffstat (limited to 'contrib/libreadline/rlshell.h')
| -rw-r--r-- | contrib/libreadline/rlshell.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libreadline/rlshell.h b/contrib/libreadline/rlshell.h index 7a4e69963167..60322755c27a 100644 --- a/contrib/libreadline/rlshell.h +++ b/contrib/libreadline/rlshell.h @@ -25,10 +25,10 @@ #include "rlstdc.h" -extern char *single_quote __P((char *)); -extern void set_lines_and_columns __P((int, int)); -extern char *get_env_value __P((char *)); -extern char *get_home_dir __P((void)); -extern int unset_nodelay_mode __P((int)); +extern char *sh_single_quote __P((char *)); +extern void sh_set_lines_and_columns __P((int, int)); +extern char *sh_get_env_value __P((const char *)); +extern char *sh_get_home_dir __P((void)); +extern int sh_unset_nodelay_mode __P((int)); #endif /* _RL_SHELL_H_ */ |
