summaryrefslogtreecommitdiff
path: root/rlshell.h
diff options
context:
space:
mode:
Diffstat (limited to 'rlshell.h')
-rw-r--r--rlshell.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/rlshell.h b/rlshell.h
index 7a4e699..6032275 100644
--- a/rlshell.h
+++ b/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_ */