symtab.h (struct symtab) <next>: Fix comment.
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 2594e34cc1e333cfc9f7d68be54e81e54be76d1c..cbff610f6fedd6ad1431e209bc57f9c8cedba0cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
    Namespace support contributed by David Carlton.
@@ -192,11 +192,13 @@ extern void cp_add_using_directive (const char *dest,
 extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol,
                                              struct objfile *objfile);
 
-extern struct symbol *cp_lookup_symbol_nonlocal (const char *name,
-                                                const struct block *block,
-                                                const domain_enum domain);
+extern struct symbol *cp_lookup_symbol_nonlocal
+     (const struct language_defn *langdef,
+      const char *name,
+      const struct block *block,
+      const domain_enum domain);
 
-extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
+extern struct symbol *cp_lookup_symbol_namespace (const char *the_namespace,
                                                  const char *name,
                                                  const struct block *block,
                                                  const domain_enum domain);
This page took 0.025148 seconds and 4 git commands to generate.