daily update
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index f6b613fdedb0999bb38505fbb7dbda573dc84116..d1e8ca50c51b51b307886ef01350cf230518aca5 100644 (file)
@@ -156,7 +156,7 @@ extern int ada_parse (void);    /* Defined in ada-exp.y */
 extern void ada_error (char *); /* Defined in ada-exp.y */
 
                         /* Defined in ada-typeprint.c */
-extern void ada_print_type (struct type *, char *, struct ui_file *, int,
+extern void ada_print_type (struct type *, const char *, struct ui_file *, int,
                             int);
 
 extern void ada_print_typedef (struct type *type, struct symbol *new_symbol,
@@ -164,6 +164,7 @@ extern void ada_print_typedef (struct type *type, struct symbol *new_symbol,
 
 extern int ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
                           struct ui_file *, int,
+                         const struct value *,
                          const struct value_print_options *);
 
 extern int ada_value_print (struct value *, struct ui_file *,
This page took 0.023353 seconds and 4 git commands to generate.