commit | 64b85a8f2359ca3a995499afaf3c87d8e036e030 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Jan 23 16:21:20 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Jan 23 16:21:20 2011 +0000 |
tree | c8f8396df5fde32181b5e93f241b64c604cf5df5 | |
parent | ba76a84d2d420ccab7383bb60c61b96491f50b33 [diff] [blame] |
Delete useless 'extern' qualifiers for functions 'extern' qualifier is useless for function declarations. Delete them. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/hw/file-op-9p.h b/hw/file-op-9p.h index c7731c2..126e60e 100644 --- a/hw/file-op-9p.h +++ b/hw/file-op-9p.h
@@ -57,7 +57,7 @@ struct xattr_operations **xops; } FsContext; -extern void cred_init(FsCred *); +void cred_init(FsCred *); typedef struct FileOperations {