[runtime] Remove the usage of MONO_INTERNAL, use MONO_API to mark exported functions...
[mono.git] / mono / metadata / reflection-internals.h
index be3b1fd0d51646f51a46881649c113c4f8d4b723..207241f49bc66cc64a5718307281dfb0f081f53f 100644 (file)
@@ -9,6 +9,6 @@
 #include <mono/utils/mono-error.h>
 
 MonoObject*
-mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error) MONO_INTERNAL;
+mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error);
 
 #endif