]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashline.h
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / bashline.h
index b5155dc55eba929adaab8d4d9a6039d80ba85358..bb7869289846a2ed5157cd78a3ab9e44fd7474d7 100644 (file)
@@ -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_ */