- We need to invalidate the selection area when we replace the
[mono-project.git] / mono / metadata / mono-config.h
blob5541315122f7b88ca44e5d264eb1c096f22e0835
1 /*
2 * mono-config.h
4 * Author: Paolo Molaro (lupus@ximian.com)
6 * (C) 2002 Ximian, Inc.
7 */
8 #ifndef __MONO_METADATA_CONFIG_H__
9 #define __MONO_METADATA_CONFIG_H__
11 const char* mono_get_config_dir (void);
12 void mono_set_config_dir (const char *dir);
14 void mono_config_parse (const char *filename);
15 void mono_config_for_assembly (MonoImage *assembly);
16 void mono_config_parse_memory (const char *buffer);
18 #endif /* __MONO_METADATA_CONFIG_H__ */