Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 831ffffff260fd2c4f04145b3da2b96d7ce733d2..6bf6591c864fe009b1a374e04ae6104da41bfbb3 100644 (file)
@@ -1,7 +1,6 @@
 /* C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1992-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -24,6 +23,7 @@
 
 struct ui_file;
 struct language_arch_info;
+struct type_print_options;
 
 #include "value.h"
 #include "macroexp.h"
@@ -65,20 +65,21 @@ extern int c_parse_escape (char **, struct obstack *);
 
 /* Defined in c-typeprint.c */
 extern void c_print_type (struct type *, const char *,
-                         struct ui_file *, int, int);
+                         struct ui_file *, int, int,
+                         const struct type_print_options *);
 
 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 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 int c_value_print (struct value *, struct ui_file *,
-                         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: */
 
@@ -110,7 +111,7 @@ extern const struct op_print c_op_print_tab[];
 /* These are in c-typeprint.c: */
 
 extern void c_type_print_base (struct type *, struct ui_file *,
-                              int, int);
+                              int, int, const struct type_print_options *);
 
 /* These are in cp-valprint.c */
 
This page took 0.02933 seconds and 4 git commands to generate.