aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-29 13:18:15 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-29 13:18:15 +0000
commit5bd987222faa869dc0524071f9694c41688d1ece (patch)
treefbf0b11a599cbbc3181d9dd174b333509f205dea /gdb/symtab.h
parent(_bfd_elf_link_hash_table_init): Initialize dynlocal. (diff)
downloadbinutils-gdb-5bd987222faa869dc0524071f9694c41688d1ece.tar.gz
binutils-gdb-5bd987222faa869dc0524071f9694c41688d1ece.tar.bz2
binutils-gdb-5bd987222faa869dc0524071f9694c41688d1ece.zip
Purge symtab of make_cleanup_func.
Pass correct arg to make_cleanup_free_search_symbols.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 334d266a9f0..d846f3edfca 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1441,5 +1441,6 @@ struct symbol_search
extern void search_symbols (char *, namespace_enum, int, char **,
struct symbol_search **);
extern void free_search_symbols (struct symbol_search *);
+extern struct cleanup *make_cleanup_free_search_symbols (struct symbol_search *);
#endif /* !defined(SYMTAB_H) */