Implemented System.Security.Cryptography.X509Certificates.RSACertificateExtensions
[mono.git] / mono / io-layer / io-private.h
index 61ddf3c85fadba35bce38614ca31f9e3821c3027..392b081ca798927e41c67fbd9c824fa17fd6fd97 100644 (file)
 #include <mono/io-layer/io.h>
 #include <mono/io-layer/wapi-private.h>
 
-extern struct _WapiHandleOps _wapi_file_ops;
-extern struct _WapiHandleOps _wapi_console_ops;
-extern struct _WapiHandleOps _wapi_find_ops;
-extern struct _WapiHandleOps _wapi_pipe_ops;
-
 extern gboolean _wapi_lock_file_region (int fd, off_t offset, off_t length);
 extern gboolean _wapi_unlock_file_region (int fd, off_t offset, off_t length);
 extern gpointer _wapi_stdhandle_create (int fd, const gchar *name);