Merge pull request #93 from konrad-kruczynski/dispatcher_timer_fix
[mono.git] / mono / metadata / runtime.h
1 /*
2  * runtime.h: Runtime functions
3  *
4  * Author:
5  *      Jonathan Pryor
6  *
7  * (C) 2010 Novell, Inc.
8  */
9
10 #ifndef _MONO_METADATA_RUNTIME_H_
11 #define _MONO_METADATA_RUNTIME_H_
12
13 #include <mono/utils/mono-publib.h>
14
15 MONO_BEGIN_DECLS
16
17 gboolean mono_runtime_is_critical_method (MonoMethod *method) MONO_INTERNAL;
18 void mono_runtime_shutdown (void) MONO_INTERNAL;
19
20 MONO_END_DECLS
21
22 #endif /* _MONO_METADATA_RUNTIME_H_ */
23
24