daily update
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index be2782787acad42f5ba3f68f2d0ec580393c3b90..fb6678a16d0437584f1cfbca43352030f17d5c63 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 extern char *d_demangle (const char *mangled, int options);
 
-extern int d_val_print (struct type *type, const gdb_byte *valaddr,
-                       int embedded_offset, CORE_ADDR address,
-                       struct ui_file *stream, int recurse,
-                       const struct value_print_options *options);
+extern void d_val_print (struct type *type, const gdb_byte *valaddr,
+                        int embedded_offset, CORE_ADDR address,
+                        struct ui_file *stream, int recurse,
+                        const struct value *val,
+                        const struct value_print_options *options);
 
 #endif /* !defined (D_LANG_H) */
This page took 0.023957 seconds and 4 git commands to generate.