X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fruntime.h;h=83f17b7d33ec5ea767724f8f72af6d5ea1298960;hb=75ffa3d011d46a234f58661f433f3c6bd93eb553;hp=95dac47d0051635599cdd93c40bc636e340aabf8;hpb=be23648c92c252314f3b61076edbd6a95ceddc5d;p=mono.git diff --git a/mono/metadata/runtime.h b/mono/metadata/runtime.h index 95dac47d005..83f17b7d33e 100644 --- a/mono/metadata/runtime.h +++ b/mono/metadata/runtime.h @@ -14,8 +14,10 @@ MONO_BEGIN_DECLS -void mono_runtime_shutdown (void) MONO_INTERNAL; +gboolean mono_runtime_is_critical_method (MonoMethod *method) MONO_INTERNAL; +gboolean mono_runtime_try_shutdown (void) MONO_INTERNAL; +void mono_runtime_init_tls (void) MONO_INTERNAL; MONO_END_DECLS #endif /* _MONO_METADATA_RUNTIME_H_ */