Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / attach.h
1 /**
2  * \file
3  */
4
5 #ifndef __MONO_ATTACH_H__
6 #define __MONO_ATTACH_H__
7
8 #include <glib.h>
9 #include <mono/utils/mono-compiler.h>
10
11 G_BEGIN_DECLS
12
13 void
14 mono_attach_parse_options (char *options);
15
16 void
17 mono_attach_init (void);
18
19 gboolean
20 mono_attach_start (void);
21
22 void
23 mono_attach_maybe_start (void);
24
25 void
26 mono_attach_cleanup (void);
27
28 G_END_DECLS
29
30 #endif