More extern removal from Robert P. Day.

This commit is contained in:
Rob Landley 2006-03-29 16:52:56 +00:00
parent cb8d4319a3
commit ca087713f2
6 changed files with 4 additions and 16 deletions

View file

@ -38,7 +38,7 @@
#include "libbb.h"
#ifdef L_bb_vfprintf
extern int bb_vfprintf(FILE * __restrict stream,
int bb_vfprintf(FILE * __restrict stream,
const char * __restrict format,
va_list arg)
{
@ -75,7 +75,7 @@ int bb_vprintf(const char * __restrict format, va_list arg)
#endif
#ifdef L_bb_fprintf
extern int bb_fprintf(FILE * __restrict stream,
int bb_fprintf(FILE * __restrict stream,
const char * __restrict format, ...)
{
va_list arg;