diff options
Diffstat (limited to 'head.c')
-rw-r--r-- | head.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ | |||
29 | #include <string.h> | 29 | #include <string.h> |
30 | #include "busybox.h" | 30 | #include "busybox.h" |
31 | 31 | ||
32 | int head(int len, FILE *fp) | 32 | static int head(int len, FILE *fp) |
33 | { | 33 | { |
34 | int i; | 34 | int i; |
35 | char *input; | 35 | char *input; |