2005-01-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index bce77496529e88e92f87c5fd68143e8acf83891f..0a0267e743b13497c8a97e84f18b05e9e67680c9 100644 (file)
@@ -1,6 +1,7 @@
 /* C language support definitions for GDB, the GNU debugger.
-   Copyright 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002
-   Free Software Foundation, Inc.
+
+   Copyright 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -75,10 +76,11 @@ extern int vtblprint;               /* Controls printing of vtbl's */
 
 extern int static_field_print;
 
-extern void cp_print_class_member (char *, struct type *, struct ui_file *,
-                                  char *);
+extern void cp_print_class_member (const bfd_byte *, struct type *,
+                                  struct ui_file *, char *);
 
-extern void cp_print_class_method (char *, struct type *, struct ui_file *);
+extern void cp_print_class_method (const bfd_byte *, struct type *,
+                                  struct ui_file *);
 
 extern void cp_print_value_fields (struct type *, struct type *, char *,
                                   int, CORE_ADDR, struct ui_file *, int,
This page took 0.02454 seconds and 4 git commands to generate.