Merge pull request #2816 from xmcclure/profile-clean-0
[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 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */