Revert some changes which don't have proper dependencies.
[mono-project.git] / mono / metadata / runtime.h
blobd9a8f5cba9a081e5e75530eb14268d35ea2adba7
1 /**
2 * \file
3 * Runtime functions
5 * Author:
6 * Jonathan Pryor
8 * (C) 2010 Novell, Inc.
9 */
11 #ifndef _MONO_METADATA_RUNTIME_H_
12 #define _MONO_METADATA_RUNTIME_H_
14 #include <glib.h>
15 #include <mono/metadata/metadata.h>
16 #include <mono/utils/mono-publib.h>
17 #include <mono/utils/mono-compiler.h>
19 MONO_BEGIN_DECLS
21 gboolean mono_runtime_try_shutdown (void);
23 void mono_runtime_init_tls (void);
25 MONO_PROFILER_API char* mono_runtime_get_aotid (void);
27 MONO_END_DECLS
29 #endif /* _MONO_METADATA_RUNTIME_H_ */