*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index e8c632f4ce5768473aa5ae1a4d0e904359f43b88..5cbe34d2e6673d04e32798880c6b2ba14507e861 100644 (file)
@@ -71,14 +71,14 @@ extern void c_print_typedef (struct type *,
                             struct symbol *,
                             struct ui_file *);
 
-extern int c_val_print (struct type *, const gdb_byte *,
-                       int, CORE_ADDR,
-                       struct ui_file *, int,
-                       const struct value *,
-                       const struct value_print_options *);
-
-extern int c_value_print (struct value *, struct ui_file *,
-                         const struct value_print_options *);
+extern void c_val_print (struct type *, const gdb_byte *,
+                        int, CORE_ADDR,
+                        struct ui_file *, int,
+                        const struct value *,
+                        const struct value_print_options *);
+
+extern void c_value_print (struct value *, struct ui_file *,
+                          const struct value_print_options *);
 
 /* These are in c-lang.c: */
 
This page took 0.024442 seconds and 4 git commands to generate.