]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/search.c
bash-4.4 beta release
[thirdparty/bash.git] / lib / readline / search.c
index c9bc6b1c3261a2284ff98fd9e14263bb4fbbe2b7..cf2ae8f7fdc9a61043e754fc25a30b043ebf46a0 100644 (file)
@@ -58,7 +58,7 @@ _rl_search_cxt *_rl_nscxt = 0;
 extern HIST_ENTRY *_rl_saved_line_for_history;
 
 /* Functions imported from the rest of the library. */
-extern int _rl_free_history_entry PARAMS((HIST_ENTRY *));
+extern void _rl_free_history_entry PARAMS((HIST_ENTRY *));
 
 static char *noninc_search_string = (char *) NULL;
 static int noninc_history_pos;