* histfile.c (read_history_range): Remove '\r' character from
[deliverable/binutils-gdb.git] / readline / rlshell.h
index 7a4e69963167095224d9505f87db04f9a6155ee3..3c03fbad5765e8e8ebabf64c7f88bdaca86c64b4 100644 (file)
 
 #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_ */
This page took 0.02432 seconds and 4 git commands to generate.