[io-layer] Extract file (#4255)
[mono.git] / mono / io-layer / error.h
index 7271d71bb1c93a72f33017a4f9989d7771c1d186..9f6c640cc5e19f7c1b17598b5b54e3077dd0963c 100644 (file)
@@ -81,9 +81,7 @@ G_BEGIN_DECLS
 
 guint32 GetLastError (void);
 void SetLastError (guint32 code);
-guint32 errno_to_WSA (guint32 code, const char *function_name);
 gint _wapi_get_win32_file_error (gint err);
-void _wapi_error_cleanup (void);
 
 G_END_DECLS