2007-09-02 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / io-layer / context.h
index 1f00e8e1a2612e8e86620733bbda7e7ccab265a2..2d0e814716c2e65bd2a50d03d02ffc597964a599 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * context.h:  Processor-specific register contexts
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_CONTEXT_H_
 #define _WAPI_CONTEXT_H_
 
@@ -72,6 +81,10 @@ typedef struct
        guint8 ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION];
 } WapiContext;
 
+G_BEGIN_DECLS
+
 extern gboolean GetThreadContext(gpointer handle, WapiContext *context);
 
+G_END_DECLS
+
 #endif /* _WAPI_COMPEX_H_ */