use tmpfile() and revert my previous changes... convert() belongs here
[oweals/busybox.git] / coreutils / wc.c
index 5472c30704e40e83dc882551c2610bde78471fa4..695e7e7d4e4b765b1954d5ecb5d9ea11f1128a10 100644 (file)
@@ -29,8 +29,8 @@
 static int total_lines, total_words, total_chars, max_length;
 static int print_lines, print_words, print_chars, print_length;
 
-void print_counts(int lines, int words, int chars, int length,
-                                 const char *name)
+static void print_counts(int lines, int words, int chars, int length,
+                                                const char *name)
 {
        char const *space = "";