Fix some warnings.
[mono.git] / mono / metadata / image-internals.h
index e5211176d8eeb390d84f797d0f4d036759316d82..6281e3b241c35eb37cbb5d1ead242c7ab41ccb16 100644 (file)
@@ -1,5 +1,6 @@
 /* 
  * 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 +10,10 @@
 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);
+
 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */