* amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
[deliverable/binutils-gdb.git] / gdb / jv-lang.h
index 24ca61ef5241ac415da331134735c052085f68e5..d0610961d2620b7fc5f4f03fb94cdf10153c6fc4 100644 (file)
@@ -1,7 +1,7 @@
 /* Java language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1997, 1998, 1999, 2000, 2005, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1997-2000, 2005, 2007-2012 Free Software Foundation,
+   Inc.
 
    This file is part of GDB.
 
@@ -23,7 +23,7 @@
 
 struct value;
 
-extern int java_parse (void);  /* Defined in jv-exp.y */
+extern int java_parse (void);          /* Defined in jv-exp.y */
 
 extern void java_error (char *);       /* Defined in jv-exp.y */
 
@@ -57,7 +57,7 @@ extern struct type *type_from_class (struct gdbarch *, struct value *);
 extern struct type *java_primitive_type (struct gdbarch *, int signature);
 
 extern struct type *java_primitive_type_from_name (struct gdbarch *,
-                                                  char *, int);
+                                                  const char *, int);
 
 extern struct type *java_array_type (struct type *, int);
 
@@ -69,9 +69,9 @@ extern struct type *java_lookup_class (char *);
 extern int is_object_type (struct type *);
 
 /* Defined in jv-typeprint.c */
-extern void java_print_type (struct type *, char *, struct ui_file *, int,
-                            int);
+extern void java_print_type (struct type *, const char *,
+                            struct ui_file *, int, int);
 
-extern char *java_demangle_type_signature (char *);
+extern char *java_demangle_type_signature (const char *);
 
 #endif
This page took 0.024002 seconds and 4 git commands to generate.