e5211176d8eeb390d84f797d0f4d036759316d82
[mono.git] / mono / metadata / image-internals.h
1 /* 
2  * Copyright 2015 Xamarin Inc
3  */
4 #ifndef __MONO_METADATA_IMAGE_INTERNALS_H__
5 #define __MONO_METADATA_IMAGE_INTERNALS_H__
6
7 #include <mono/metadata/image.h>
8
9 MonoImage *
10 mono_find_image_owner (void *ptr);
11
12 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */