diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-23 22:02:32 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-23 22:02:32 +0000 |
commit | 6428ff296de69852392487b8f74d80e930caa6a1 (patch) | |
tree | 3a5bcdf4c010fe99f9642d1a403854b4c9ae36da /readline/rlshell.h | |
parent | 28e34279f07b56079387d2e45a5e7b33bc656076 (diff) | |
download | gdb-6428ff296de69852392487b8f74d80e930caa6a1.tar.gz |
import of readline-4.3
Diffstat (limited to 'readline/rlshell.h')
-rw-r--r-- | readline/rlshell.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/readline/rlshell.h b/readline/rlshell.h index 7a4e6996316..3c03fbad576 100644 --- a/readline/rlshell.h +++ b/readline/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 PARAMS((char *)); +extern void sh_set_lines_and_columns PARAMS((int, int)); +extern char *sh_get_env_value PARAMS((const char *)); +extern char *sh_get_home_dir PARAMS((void)); +extern int sh_unset_nodelay_mode PARAMS((int)); #endif /* _RL_SHELL_H_ */ |