Switch to compiler-tester
[mono.git] / mono / metadata / appdomain.h
index 594f96fbcc436286f2172ab93939abdf526b4436..f5d20d8b022f03e43f1d46f79b26158803a11c2c 100644 (file)
@@ -16,6 +16,8 @@
 #include <mono/metadata/reflection.h>
 #include <mono/metadata/mempool.h>
 
+G_BEGIN_DECLS
+
 typedef void (*MonoThreadStartCB) (guint32 tid, gpointer stack_start,
                                   gpointer func);
 typedef void (*MonoThreadAttachCB) (guint32 tid, gpointer stack_start);
@@ -50,6 +52,9 @@ mono_install_runtime_cleanup (MonoDomainFunc func);
 void
 mono_runtime_quit (void);
 
+void
+mono_runtime_set_shutting_down (void);
+
 gboolean
 mono_runtime_is_shutting_down (void);
 
@@ -176,5 +181,6 @@ mono_get_thread_class       (void);
 MonoClass*
 mono_get_exception_class    (void);
 
+G_END_DECLS
 #endif /* _MONO_METADATA_APPDOMAIN_H_ */