From b2b281d876912a2af75cc77459a6b499638638ba Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 23 Jan 2011 16:21:20 +0000 Subject: Delete useless 'extern' qualifiers for functions 'extern' qualifier is useless for function declarations. Delete them. Signed-off-by: Blue Swirl --- slirp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slirp.h b/slirp.h index 53ea16d..7a0f2da 100644 --- a/slirp.h +++ b/slirp.h @@ -238,7 +238,7 @@ void if_start(struct ttys *); #endif #ifndef HAVE_STRERROR -extern char *strerror(int error); +char *strerror(int error); #endif #ifndef HAVE_INDEX -- cgit v1.1