Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mono / metadata / assembly-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_ASSEMBLY_INTERNALS_H__
6 #define __MONO_METADATA_ASSEMBLY_INTERNALS_H__
7
8 #include <mono/metadata/assembly.h>
9
10 MONO_API MonoImage*    mono_assembly_load_module_checked (MonoAssembly *assembly, uint32_t idx, MonoError *error);
11
12 #endif /* __MONO_METADATA_ASSEMBLY_INTERNALS_H__ */