sys/types.h cleanup
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index e8c632f4ce5768473aa5ae1a4d0e904359f43b88..9f8f50df1c99812dda9daf501d8278918cafa440 100644 (file)
@@ -1,7 +1,6 @@
 /* C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992, 1994-1998, 2000, 2002, 2005-2012 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"
@@ -61,24 +61,25 @@ extern int c_parse (void);
 
 extern void c_error (char *);
 
-extern int c_parse_escape (char **, struct obstack *);
+extern int c_parse_escape (const 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.025358 seconds and 4 git commands to generate.