diff options
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index e1ce8e5fa..e5b5e3242 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -280,7 +280,7 @@ static void load_regexes_from_file(llist_t *fopt) | |||
280 | } | 280 | } |
281 | 281 | ||
282 | 282 | ||
283 | extern int grep_main(int argc, char **argv) | 283 | int grep_main(int argc, char **argv) |
284 | { | 284 | { |
285 | FILE *file; | 285 | FILE *file; |
286 | int matched; | 286 | int matched; |