summaryrefslogtreecommitdiffstats
path: root/loader/wine/ldt.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/ldt.h')
-rw-r--r--loader/wine/ldt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/loader/wine/ldt.h b/loader/wine/ldt.h
index 89d2a6b692..fb4c5351ff 100644
--- a/loader/wine/ldt.h
+++ b/loader/wine/ldt.h
@@ -30,11 +30,11 @@ typedef struct
extern "C"
{
#endif
-extern void LDT_BytesToEntry( const unsigned long *buffer, ldt_entry *content);
-extern void LDT_EntryToBytes( unsigned long *buffer, const ldt_entry *content);
-extern int LDT_GetEntry( int entry, ldt_entry *content );
-extern int LDT_SetEntry( int entry, const ldt_entry *content );
-extern void LDT_Print( int start, int length );
+void LDT_BytesToEntry( const unsigned long *buffer, ldt_entry *content );
+void LDT_EntryToBytes( unsigned long *buffer, const ldt_entry *content );
+int LDT_GetEntry( int entry, ldt_entry *content );
+int LDT_SetEntry( int entry, const ldt_entry *content );
+void LDT_Print( int start, int length );
/* This structure is used to build the local copy of the LDT. */