Another update from Larry:
[oweals/busybox.git] / dos2unix.c
index 8308c417996ae000a25d9af10d264f58330eaaa5..4ca665841641aa9136bbddc0f9a3c0d54ce62a70 100644 (file)
@@ -32,7 +32,7 @@
 #include "busybox.h"
 
 // if fn is NULL then input is stdin and output is stdout
-extern int convert(char *fn, int ConvType) {
+static int convert(char *fn, int ConvType) {
        char c;
        char *tempFn = NULL;
        FILE *in = stdin, *out = stdout;