summaryrefslogtreecommitdiff
path: root/libbb/vherror_msg.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-18 04:11:39 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-18 04:11:39 +0000
commit74400ccfd08e8ff72b9147951dd437dd3bb7abb1 (patch)
treed1e5c30982d3ef735c33b3b52722aaaadd8daaaa /libbb/vherror_msg.c
parent8acbf1d3079e9ed6d15c39bd57135b13ecb4076f (diff)
downloadbusybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.gz
busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.bz2
busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.zip
Scrub up some function prototypes.
-Erik
Diffstat (limited to 'libbb/vherror_msg.c')
-rw-r--r--libbb/vherror_msg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c
index ee0bb5009..44f6ebd28 100644
--- a/libbb/vherror_msg.c
+++ b/libbb/vherror_msg.c
@@ -27,12 +27,11 @@
27 27
28#include <stdarg.h> 28#include <stdarg.h>
29#include <netdb.h> 29#include <netdb.h>
30extern int h_errno;
31
32#include <stdio.h> 30#include <stdio.h>
33 31
34#include "libbb.h" 32#include "libbb.h"
35 33
34
36extern void vherror_msg(const char *s, va_list p) 35extern void vherror_msg(const char *s, va_list p)
37{ 36{
38 if(s == 0) 37 if(s == 0)