Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / attach.h
index 19ad3ca58e01d917ff50fc78f1b7a40d0a575b4b..ff33b83fa5c5a574b525d5aa6bd4ada1cccae95a 100644 (file)
@@ -1,22 +1,29 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_ATTACH_H__
 #define __MONO_ATTACH_H__
 
+#include <glib.h>
+#include <mono/utils/mono-compiler.h>
+
 G_BEGIN_DECLS
 
 void
-mono_attach_parse_options (char *options) MONO_INTERNAL;
+mono_attach_parse_options (char *options);
 
 void
-mono_attach_init (void) MONO_INTERNAL;
+mono_attach_init (void);
 
 gboolean
-mono_attach_start (void) MONO_INTERNAL;
+mono_attach_start (void);
 
 void
-mono_attach_maybe_start (void) MONO_INTERNAL;
+mono_attach_maybe_start (void);
 
 void
-mono_attach_cleanup (void) MONO_INTERNAL;
+mono_attach_cleanup (void);
 
 G_END_DECLS