Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / image-internals.h
index e5211176d8eeb390d84f797d0f4d036759316d82..15bff3beedea89d2a91a1ab4e4c5e4288495664d 100644 (file)
@@ -1,5 +1,7 @@
-/* 
+/**
+ * \file
  * Copyright 2015 Xamarin Inc
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 #ifndef __MONO_METADATA_IMAGE_INTERNALS_H__
 #define __MONO_METADATA_IMAGE_INTERNALS_H__
@@ -9,4 +11,13 @@
 MonoImage *
 mono_find_image_owner (void *ptr);
 
+MonoImage*
+mono_image_load_file_for_image_checked (MonoImage *image, int fileidx, MonoError *error);
+
+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__ */