Flush
[mono.git] / mono / io-layer / events.h
index 529ef83b8d45355d30cc810cf1cae86b6e81a53d..8d480978c77b641bb335d25d70d5536d27d3ad79 100644 (file)
@@ -1,10 +1,19 @@
+/*
+ * events.h:  Event handles
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_EVENTS_H_
 #define _WAPI_EVENTS_H_
 
 #include <glib.h>
 
 extern gpointer CreateEvent(WapiSecurityAttributes *security, gboolean manual,
-                           gboolean initial, const guchar *name);
+                           gboolean initial, const gunichar2 *name);
 extern gboolean PulseEvent(gpointer handle);
 extern gboolean ResetEvent(gpointer handle);
 extern gboolean SetEvent(gpointer handle);