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:
-rw-r--r--mono/metadata/mono-hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mono/metadata/mono-hash.h b/mono/metadata/mono-hash.h
index b5491f3305f..9d382f15476 100644
--- a/mono/metadata/mono-hash.h
+++ b/mono/metadata/mono-hash.h
@@ -11,6 +11,7 @@
#ifndef __MONO_G_HASH_H__
#define __MONO_G_HASH_H__
+MONO_BEGIN_DECLS
/* do not change the values of this enum */
typedef enum {
MONO_HASH_CONSERVATIVE_GC,
@@ -37,4 +38,5 @@ MONO_API void mono_g_hash_table_insert (MonoGHashTable *h, gpointer
MONO_API void mono_g_hash_table_replace (MonoGHashTable *h, gpointer k, gpointer v);
MONO_API void mono_g_hash_table_print_stats (MonoGHashTable *table);
+MONO_END_DECLS
#endif /* __MONO_G_HASH_H__ */