use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / yes.c
index 74f7571cfc800e52764a278577861cd72d82c942..cafc16bc9897f097b2ef1492e76d670c81336bec 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 #include "busybox.h"
 
-extern int yes_main(int argc, char **argv)
+int yes_main(int argc, char **argv)
 {
        static const char fmt_str[] = " %s";
        const char *fmt;