diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-24 00:09:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-24 00:09:22 +0000 |
commit | 2ba146cd6fea7b7ba17f7dce0476c970e82c5398 (patch) | |
tree | cae590aed6ce605478cd5f58f92a15ad6a1458b4 /readline/rlshell.h | |
parent | 0becb2ae2137bedf861c2afe49665060f5baa680 (diff) | |
download | gdb-2ba146cd6fea7b7ba17f7dce0476c970e82c5398.zip gdb-2ba146cd6fea7b7ba17f7dce0476c970e82c5398.tar.gz gdb-2ba146cd6fea7b7ba17f7dce0476c970e82c5398.tar.bz2 |
Dummy commit. Get CVS off the branch.
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 3c03fba..7a4e699 100644 --- a/readline/rlshell.h +++ b/readline/rlshell.h @@ -25,10 +25,10 @@ #include "rlstdc.h" -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)); +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)); #endif /* _RL_SHELL_H_ */ |