X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Freadline%2Fhistsearch.c;h=76303f4c3993aafcd90284181a0e0918de3eee5b;hb=f73dda092b33638d2d5e9c35375f687a607b5403;hp=ff4f3a131703a3bbf97f5ac08cbd3295054a2f4c;hpb=28ef6c316f1aff914bb95ac09787a3c83c1815fd;p=platform%2Fupstream%2Fbash.git diff --git a/lib/readline/histsearch.c b/lib/readline/histsearch.c index ff4f3a1..76303f4 100644 --- a/lib/readline/histsearch.c +++ b/lib/readline/histsearch.c @@ -51,6 +51,8 @@ string. */ char *history_search_delimiter_chars = (char *)NULL; +static int history_search_internal PARAMS((const char *, int, int)); + /* Search the history for STRING, starting at history_offset. If DIRECTION < 0, then the search is through previous entries, else through subsequent. If ANCHORED is non-zero, the string must