From 64b85a8f2359ca3a995499afaf3c87d8e036e030 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 --- hw/file-op-9p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/file-op-9p.h') diff --git a/hw/file-op-9p.h b/hw/file-op-9p.h index c7731c2993..126e60e276 100644 --- a/hw/file-op-9p.h +++ b/hw/file-op-9p.h @@ -57,7 +57,7 @@ typedef struct FsContext struct xattr_operations **xops; } FsContext; -extern void cred_init(FsCred *); +void cred_init(FsCred *); typedef struct FileOperations { -- cgit v1.2.3