Merge pull request #1968 from LogosBible/uribuilder-no-hostname
[mono.git] / mono / io-layer / context.h
index 456714d7dcbcaad6886b90fdee0f01fb626b9177..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;
 
-extern gboolean GetThreadContext(WapiHandle *handle, WapiContext *context);
+G_BEGIN_DECLS
+
+extern gboolean GetThreadContext(gpointer handle, WapiContext *context);
+
+G_END_DECLS
 
 #endif /* _WAPI_COMPEX_H_ */