Header cleanup on two more networking files (move libbb.h to the top and
[oweals/busybox.git] / coreutils / printf.c
index 706fd9c45fdd9cebcd93f8474f4894c5c9e2c535..93b142765d509823e5bdfbb56e8cb54f712edcf3 100644 (file)
@@ -54,7 +54,7 @@ static void print_direc (char *start, size_t length,
                        int field_width, int precision, char *argument);
 
 typedef int (*converter)(char *arg, void *result);
-void multiconvert(char *arg, void *result, converter convert)
+static void multiconvert(char *arg, void *result, converter convert)
 {
        char s[16];
        if (*arg == '"' || *arg == '\'') {