[reflection] Use coop handles for MonoMethod icalls (#4272)
[mono.git] / mono / io-layer / io-portability.h
index dfbe7771d8b49b25b0ec6b606ab3cc9220ba19c1..d7e9dba666dcfe3bfdb97774be8a0a9d5e994c21 100644 (file)
@@ -6,6 +6,7 @@
  *     Dick Porter (dick@ximian.com)
  *
  * Copyright (C) 2006 Novell, Inc.
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef _WAPI_IO_PORTABILITY_H_
@@ -33,6 +34,8 @@ extern int _wapi_chdir (const char *path);
 extern gchar *_wapi_basename (const gchar *filename);
 extern gchar *_wapi_dirname (const gchar *filename);
 extern GDir *_wapi_g_dir_open (const gchar *path, guint flags, GError **error);
+extern gint _wapi_io_scandir (const gchar *dirname, const gchar *pattern,
+                             gchar ***namelist);
 
 G_END_DECLS