[boehm] Integrate toggleref support into the runtime.
[mono.git] / mono / metadata / mono-config.h
index 8ac5de0ebbe75f4e111fbbc446c4836fcd1df2c9..4e68b8a15d82762bdbc9c0be57aedfe2fd84c135 100644 (file)
@@ -25,6 +25,9 @@ MONO_API void mono_config_parse_memory (const char *buffer);
 
 MONO_API const char* mono_config_string_for_assembly_file (const char *filename);
 
+MONO_API void mono_config_set_server_mode (mono_bool server_mode);
+MONO_API mono_bool mono_config_is_server_mode (void);
+
 MONO_END_DECLS
 
 #endif /* __MONO_METADATA_CONFIG_H__ */