Enable -Wsuggest-override
[deliverable/binutils-gdb.git] / gdb / block.h
index 0326c18bc50dfb335c11766cadb97d05c674c720..ff127256ad702866651a8b7f5459e22ee702aac1 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with blocks for GDB.
 
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -258,6 +258,7 @@ extern struct symbol *block_iter_match_next
 
 extern struct symbol *block_lookup_symbol (const struct block *block,
                                           const char *name,
+                                          symbol_name_match_type match_type,
                                           const domain_enum domain);
 
 /* Search BLOCK for symbol NAME in DOMAIN but only in primary symbol table of
This page took 0.041211 seconds and 4 git commands to generate.