diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 216d6fe..c6314c9 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -1900,7 +1900,7 @@ lookup_block_symbol (const struct block *block, const char *name, void iterate_over_symbols (const struct block *block, const char *name, const domain_enum domain, - int (*callback) (struct symbol *, void *), + symbol_found_callback_ftype *callback, void *data) { while (block) |