Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mono / metadata / mempool-internals.h
1 #ifndef _MONO_MEMPOOL_INTERNALS_H_
2 #define _MONO_MEMPOOL_INTERNALS_H_
3
4 #include <glib.h>
5
6 #include "mono/utils/mono-compiler.h"
7
8 GSList*
9 g_slist_prepend_mempool (MonoMemPool *mp, GSList *list, gpointer data) MONO_INTERNAL;
10
11 GList*
12 g_list_prepend_mempool (MonoMemPool *mp, GList *list, gpointer data) MONO_INTERNAL;
13
14 #endif