Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / attach.h
index b396ed12ed2aa4ae8197ff5a9a9a6ec6791e1b98..ff33b83fa5c5a574b525d5aa6bd4ada1cccae95a 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_ATTACH_H__
 #define __MONO_ATTACH_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