grammar updates
[mono.git] / mono / io-layer / semaphore-private.h
index eb1159871acca0b23a71d859f2ab3f06d4d7769f..97d8340d0a6c879df46cbee047f14c4589c6cae8 100644 (file)
@@ -1,9 +1,20 @@
+/*
+ * semaphore-private.h:  Private definitions for semaphore handles
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_SEMAPHORE_PRIVATE_H_
 #define _WAPI_SEMAPHORE_PRIVATE_H_
 
 #include <config.h>
 #include <glib.h>
 
+extern struct _WapiHandleOps _wapi_sem_ops;
+
 /* emulate sem_t, so that we can prod the internal state more easily */
 struct _WapiHandle_sem
 {