aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
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
parent1ae00f9d91f0126ed5505229dc31672599591b4b (diff)
downloadgdb-5bd987222faa869dc0524071f9694c41688d1ece.zip
gdb-5bd987222faa869dc0524071f9694c41688d1ece.tar.gz
gdb-5bd987222faa869dc0524071f9694c41688d1ece.tar.bz2
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 334d266..d846f3e 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) */