X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fstring-icalls.h;h=84be0998e06dd89548c32f7efb38c2c240a76f27;hb=f2dc087948dbcd319f276b6800c5496073d9d0a0;hp=a0b831a1e2006411eecc26190d60ca4df45c4f27;hpb=8da27c63c37365e4467b2e780e3febcf59c8e0c7;p=mono.git diff --git a/mono/metadata/string-icalls.h b/mono/metadata/string-icalls.h index a0b831a1e20..84be0998e06 100644 --- a/mono/metadata/string-icalls.h +++ b/mono/metadata/string-icalls.h @@ -1,3 +1,7 @@ +/** + * \file + */ + #ifndef _MONO_CLI_STRING_ICALLS_H_ #define _MONO_CLI_STRING_ICALLS_H_ @@ -16,18 +20,18 @@ #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; +ves_icall_System_String_GetLOSLimit (void); #endif /* _MONO_CLI_STRING_ICALLS_H_ */