Notes on portability, and on when #include <linux/blah> is appropriate.
[oweals/busybox.git] / debianutils / which.c
index deb036aa0fb5920d58a1e46f57f016e9b7ee3016..4d206ab294bc5b85cb08f7e6fa93c3379ed5781d 100644 (file)
@@ -16,7 +16,7 @@
 #include <sys/stat.h>
 #include "busybox.h"
 
-extern int which_main(int argc, char **argv)
+int which_main(int argc, char **argv)
 {
        int status = EXIT_SUCCESS;
        size_t i, count;