Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / string-icalls.h
index 33bcf80378b006c177992070ddac209613660b34..84be0998e06dd89548c32f7efb38c2c240a76f27 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef _MONO_CLI_STRING_ICALLS_H_
 #define _MONO_CLI_STRING_ICALLS_H_
 
 #include "mono/utils/mono-compiler.h"
 
 void
-ves_icall_System_String_ctor_RedirectToCreateString (void) MONO_INTERNAL;
+ves_icall_System_String_ctor_RedirectToCreateString (void);
 
 MonoString *
-ves_icall_System_String_InternalAllocateStr (gint32 length) MONO_INTERNAL;
+ves_icall_System_String_InternalAllocateStr (gint32 length);
 
 MonoString  *
-ves_icall_System_String_InternalIntern (MonoString *str) MONO_INTERNAL;
+ves_icall_System_String_InternalIntern (MonoString *str);
 
 MonoString * 
-ves_icall_System_String_InternalIsInterned (MonoString *str) MONO_INTERNAL;
+ves_icall_System_String_InternalIsInterned (MonoString *str);
 
 int
-ves_icall_System_String_GetLOSLimit (void) MONO_INTERNAL;
-
-void
-ves_icall_System_String_InternalSetLength (MonoString *str, gint32 new_length) MONO_INTERNAL;
+ves_icall_System_String_GetLOSLimit (void);
 
 #endif /* _MONO_CLI_STRING_ICALLS_H_ */