Merge pull request #4621 from alexanderkyte/strdup_env
[mono.git] / mono / metadata / metadata-internals.h
index cdd4a301dbad590e1e9187de5d9d558350dda983..3ed3136236cc98661bb1758e92879596222f332a 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #ifndef __MONO_METADATA_INTERNALS_H__
 #define __MONO_METADATA_INTERNALS_H__
@@ -937,5 +940,8 @@ mono_loader_register_module (const char *name, MonoDl *module);
 gboolean
 mono_assembly_is_problematic_version (const char *name, guint16 major, guint16 minor, guint16 build, guint16 revision);
 
+void
+mono_ginst_get_desc (GString *str, MonoGenericInst *ginst);
+
 #endif /* __MONO_METADATA_INTERNALS_H__ */