Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / image-internals.h
index 6281e3b241c35eb37cbb5d1ead242c7ab41ccb16..15bff3beedea89d2a91a1ab4e4c5e4288495664d 100644 (file)
@@ -1,4 +1,5 @@
-/* 
+/**
+ * \file
  * Copyright 2015 Xamarin Inc
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
@@ -16,4 +17,7 @@ mono_image_load_file_for_image_checked (MonoImage *image, int fileidx, MonoError
 MonoImage*
 mono_image_load_module_checked (MonoImage *image, int idx, MonoError *error);
 
+MonoImage *
+mono_image_open_a_lot (const char *fname, MonoImageOpenStatus *status, gboolean refonly, gboolean load_from_context);
+
 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */