Merge pull request #3426 from ntherning/fix-handle-leak-in-DirectoryInfo.EnumerateFil...
[mono.git] / mono / metadata / custom-attrs-internals.h
1 #ifndef __MONO_METADATA_CUSTOM_ATTRS_INTERNALS_H__
2 #define __MONO_METADATA_CUSTOM_ATTRS_INTERNALS_H__
3
4 #include <mono/metadata/object.h>
5 #include <mono/metadata/reflection.h>
6
7 MonoCustomAttrInfo*
8 mono_custom_attrs_from_builders (MonoImage *alloc_img, MonoImage *image, MonoArray *cattrs);
9
10 #endif  /* __MONO_METADATA_REFLECTION_CUSTOM_ATTRS_INTERNALS_H__ */