[sgen] Separate concurrent M&S object operations into start, concurrent, finish.
[mono.git] / mono / metadata / mono-debug-debugger.h
index c61a504be1520b33f9cd145da218e55a5cda4b10..166c9ab63856ec6c3a3ed517aa69c15cf6ddf15e 100644 (file)
 #include <mono/utils/mono-compiler.h>
 
 
-void            mono_debugger_initialize                    (void) MONO_INTERNAL;
+void            mono_debugger_initialize                    (void);
 
-void            mono_debugger_lock                          (void) MONO_INTERNAL;
-void            mono_debugger_unlock                        (void) MONO_INTERNAL;
+void            mono_debugger_lock                          (void);
+void            mono_debugger_unlock                        (void);
 
 gchar *
-mono_debugger_check_runtime_version (const char *filename) MONO_INTERNAL;
+mono_debugger_check_runtime_version (const char *filename);
 
 #endif /* __MONO_DEBUG_DEBUGGER_H__ */