diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 607a648..89ed34c 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -3843,7 +3843,7 @@ symfile_free_objfile (struct objfile *objfile) See quick_symbol_functions.expand_symtabs_matching for details. */ void -expand_partial_symbol_names (int (*fun) (const char *, void *), +expand_partial_symbol_names (expand_symtabs_symbol_matcher_ftype *fun, void *data) { struct objfile *objfile; |