aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h
index c275083..d4cce95 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -354,7 +354,7 @@ struct language_defn
void (*la_iterate_over_symbols) (const struct block *block,
const char *name,
domain_enum domain,
- int (*callback) (struct symbol *, void *),
+ symbol_found_callback_ftype *callback,
void *data);
/* Add fields above this point, so the magic number is always last. */