diff loader/ext.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents a8ea87c71d18
children
line wrap: on
line diff
--- a/loader/ext.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/loader/ext.h	Wed Dec 03 23:01:03 2008 +0000
@@ -8,12 +8,12 @@
 
 #include "wine/windef.h"
 
-extern LPVOID FILE_dommap( int unix_handle, LPVOID start,
-			   DWORD size_high, DWORD size_low,
-			   DWORD offset_high, DWORD offset_low,
-			   int prot, int flags );
-extern int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low );
-extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);
-extern int __vprintf( const char *format, ... );
+LPVOID FILE_dommap( int unix_handle, LPVOID start,
+                    DWORD size_high, DWORD size_low,
+                    DWORD offset_high, DWORD offset_low,
+                    int prot, int flags );
+int FILE_munmap( LPVOID start, DWORD size_high, DWORD size_low );
+int wcsnicmp( const unsigned short* s1, const unsigned short* s2, int n );
+int __vprintf( const char *format, ... );
 
 #endif /* MPLAYER_EXT_H */