aboutsummaryrefslogtreecommitdiffstats
path: root/bashline.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2001-04-06 19:14:31 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commit28ef6c316f1aff914bb95ac09787a3c83c1815fd (patch)
tree2812fe7ffc9beec4f99856906ddfcafda54cf16a /bashline.h
parentbb70624e964126b7ac4ff085ba163a9c35ffa18f (diff)
downloadandroid_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.gz
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.bz2
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.zip
Imported from ../bash-2.05.tar.gz.
Diffstat (limited to 'bashline.h')
-rw-r--r--bashline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashline.h b/bashline.h
index b5155dc..bb78692 100644
--- a/bashline.h
+++ b/bashline.h
@@ -33,11 +33,11 @@ extern int bash_re_edit __P((char *));
extern int bind_keyseq_to_unix_command __P((char *));
/* Used by programmable completion code. */
-extern char *command_word_completion_function __P((char *, int));
+extern char *command_word_completion_function __P((const char *, int));
extern char **get_hostname_list __P((void));
extern void clear_hostname_list __P((void));
-extern char **bash_directory_completion_matches __P((char *));
+extern char **bash_directory_completion_matches __P((const char *));
#endif /* _BASHLINE_H_ */