gdb:
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index 50f90fbcc40500117df8fef1676d7cc80155b36e..88b6c16cd47591dac581360c91789099766a9597 100644 (file)
@@ -255,12 +255,12 @@ extern int ada_value_print (struct value *, struct ui_file *,
 
                                 /* Defined in ada-lang.c */
 
-extern void ada_emit_char (int, struct ui_file *, int, int);
+extern void ada_emit_char (int, struct type *, struct ui_file *, int, int);
 
-extern void ada_printchar (int, struct ui_file *);
+extern void ada_printchar (int, struct type *, struct ui_file *);
 
-extern void ada_printstr (struct ui_file *, const gdb_byte *,
-                         unsigned int, int, int,
+extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *,
+                         unsigned int, int,
                          const struct value_print_options *);
 
 struct value *ada_convert_actual (struct value *actual,
This page took 0.02629 seconds and 4 git commands to generate.