Notes on portability, and on when #include <linux/blah> is appropriate.
[oweals/busybox.git] / findutils / grep.c
index e1ce8e5fa34fc4b503b5fe4e321ce57daae772f4..e5b5e3242dfd6b23419c67926ac3f8d989e299ac 100644 (file)
@@ -280,7 +280,7 @@ static void load_regexes_from_file(llist_t *fopt)
 }
 
 
-extern int grep_main(int argc, char **argv)
+int grep_main(int argc, char **argv)
 {
        FILE *file;
        int matched;