X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fruntime.h;h=ddd6d5deb591065e69082ce64edc9f374da69a66;hb=HEAD;hp=95dac47d0051635599cdd93c40bc636e340aabf8;hpb=58fdac7b8a191881c721c1e04592fc4a8b4b6ab1;p=mono.git diff --git a/mono/metadata/runtime.h b/mono/metadata/runtime.h index 95dac47d005..ddd6d5deb59 100644 --- a/mono/metadata/runtime.h +++ b/mono/metadata/runtime.h @@ -1,5 +1,6 @@ -/* - * runtime.h: Runtime functions +/** + * \file + * Runtime functions * * Author: * Jonathan Pryor @@ -10,12 +11,18 @@ #ifndef _MONO_METADATA_RUNTIME_H_ #define _MONO_METADATA_RUNTIME_H_ +#include +#include #include +#include MONO_BEGIN_DECLS -void mono_runtime_shutdown (void) MONO_INTERNAL; +gboolean mono_runtime_try_shutdown (void); +void mono_runtime_init_tls (void); + +char* mono_runtime_get_aotid (void); MONO_END_DECLS #endif /* _MONO_METADATA_RUNTIME_H_ */