Update tests exclusion
[mono-project.git] / mono / metadata / attach.h
blob27ab78663b4c70ec4f6dcb5aa8fbe2d957cdc937
1 /**
2 * \file
3 */
5 #ifndef __MONO_ATTACH_H__
6 #define __MONO_ATTACH_H__
8 #include <glib.h>
9 #include <mono/utils/mono-compiler.h>
11 void
12 mono_attach_parse_options (char *options);
14 void
15 mono_attach_init (void);
17 gboolean
18 mono_attach_start (void);
20 void
21 mono_attach_maybe_start (void);
23 void
24 mono_attach_cleanup (void);
26 #endif