diff options
Diffstat (limited to 'gdb/psymtab.h')
-rw-r--r-- | gdb/psymtab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/psymtab.h b/gdb/psymtab.h index 086ff2f..4d7f6d6 100644 --- a/gdb/psymtab.h +++ b/gdb/psymtab.h @@ -20,6 +20,8 @@ #ifndef PSYMTAB_H #define PSYMTAB_H +#include "symfile.h" + /* A bcache for partial symbols. */ struct psymbol_bcache; @@ -31,9 +33,7 @@ extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *); void expand_partial_symbol_names (int (*fun) (const char *, void *), void *data); -void map_partial_symbol_filenames (void (*) (const char *, const char *, - void *), - void *); +void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data); extern const struct quick_symbol_functions psym_functions; |