Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / runtime.h
index 95dac47d0051635599cdd93c40bc636e340aabf8..ddd6d5deb591065e69082ce64edc9f374da69a66 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * runtime.h: Runtime functions
+/**
+ * \file
+ * Runtime functions
  *
  * Author:
  *     Jonathan Pryor
 #ifndef _MONO_METADATA_RUNTIME_H_
 #define _MONO_METADATA_RUNTIME_H_
 
+#include <glib.h>
+#include <mono/metadata/metadata.h>
 #include <mono/utils/mono-publib.h>
+#include <mono/utils/mono-compiler.h>
 
 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_ */