]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashline.h
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / bashline.h
index 48c9fecfb64bce51c202034673276c0937512cd8..d40228e29f1aebc1d1d8b47e1b18808fa5d26b0e 100644 (file)
@@ -53,7 +53,7 @@ extern int unbind_unix_command PARAMS((char *));
 
 extern char **bash_default_completion PARAMS((const char *, int, int, int, int));
 
-void set_directory_hook PARAMS((void));
+extern void set_directory_hook PARAMS((void));
 
 /* Used by programmable completion code. */
 extern char *command_word_completion_function PARAMS((const char *, int));