[runtime] Remove the usage of MONO_INTERNAL, use MONO_API to mark exported functions...
[mono.git] / mono / metadata / attach.h
index b396ed12ed2aa4ae8197ff5a9a9a6ec6791e1b98..7a5fb7e7347ee3b6e89cff824a2541a7eb28bf02 100644 (file)
@@ -7,19 +7,19 @@
 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