diff options
Diffstat (limited to 'gdb/symfile-debug.c')
-rw-r--r-- | gdb/symfile-debug.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index 705d9cb..030489e 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -284,9 +284,8 @@ debug_qf_map_matching_symbols (struct objfile *objfile, static void debug_qf_expand_symtabs_matching (struct objfile *objfile, - int (*file_matcher) (const char *, void *, - int basenames), - int (*name_matcher) (const char *, void *), + expand_symtabs_file_matcher_ftype *file_matcher, + expand_symtabs_symbol_matcher_ftype *symbol_matcher, enum search_domain kind, void *data) { |