Merge pull request #3600 from henricm/fix-win-network-info-tests
[mono.git] / mono / metadata / image-internals.h
1 /* 
2  * Copyright 2015 Xamarin Inc
3  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
4  */
5 #ifndef __MONO_METADATA_IMAGE_INTERNALS_H__
6 #define __MONO_METADATA_IMAGE_INTERNALS_H__
7
8 #include <mono/metadata/image.h>
9
10 MonoImage *
11 mono_find_image_owner (void *ptr);
12
13 MonoImage*
14 mono_image_load_file_for_image_checked (MonoImage *image, int fileidx, MonoError *error);
15
16 MonoImage*
17 mono_image_load_module_checked (MonoImage *image, int idx, MonoError *error);
18
19 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */