Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / debug-mono-symfile.h
index b20ed768f64d65693391cdf5db137b05ecc3a966..67a125133d5475dbaa2b97bb32aa0f8f96e80181 100644 (file)
@@ -130,8 +130,10 @@ struct _MonoSymbolFile {
 G_BEGIN_DECLS
 
 MonoSymbolFile *
-mono_debug_open_mono_symbol_file   (MonoDebugHandle           *handle,
-                                   gboolean                   create_symfile);
+mono_debug_open_mono_symbols       (MonoDebugHandle          *handle,
+                                   const guint8             *raw_contents,
+                                   int                       size,
+                                   gboolean                  in_the_debugger);
 
 void
 mono_debug_close_mono_symbol_file  (MonoSymbolFile           *symfile);