Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/metadata/mono-config.h')
-rw-r--r--mono/metadata/mono-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mono/metadata/mono-config.h b/mono/metadata/mono-config.h
index e32f2e706b5..05fec033434 100644
--- a/mono/metadata/mono-config.h
+++ b/mono/metadata/mono-config.h
@@ -8,7 +8,10 @@
#ifndef __MONO_METADATA_CONFIG_H__
#define __MONO_METADATA_CONFIG_H__
+const char* mono_get_config_dir (void);
+
void mono_config_parse (const char *filename);
+void mono_config_for_assembly (MonoImage *assembly);
#endif /* __MONO_METADATA_CONFIG_H__ */