diff options
Diffstat (limited to 'libbb/perror_msg.c')
-rw-r--r-- | libbb/perror_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/perror_msg.c b/libbb/perror_msg.c index 8ba053188..a0fdabc1d 100644 --- a/libbb/perror_msg.c +++ b/libbb/perror_msg.c @@ -25,7 +25,7 @@ #include <stdlib.h> #include "libbb.h" -extern void bb_perror_msg(const char *s, ...) +void bb_perror_msg(const char *s, ...) { va_list p; |