From: Vincent Lefevre Date: Mon, 20 Oct 2008 17:00:13 +0000 (+0100) Subject: Make eat_regexp static. X-Git-Tag: mutt-1-5-19-rel~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=733921a589fdefdbcb6b0c276242b6a21013a6a6;p=mutt Make eat_regexp static. --- diff --git a/pattern.c b/pattern.c index 928f333e..022d32c9 100644 --- a/pattern.c +++ b/pattern.c @@ -250,7 +250,7 @@ msg_search (CONTEXT *ctx, pattern_t* pat, int msgno) return match; } -int eat_regexp (pattern_t *pat, BUFFER *s, BUFFER *err) +static int eat_regexp (pattern_t *pat, BUFFER *s, BUFFER *err) { BUFFER buf; int r;