summaryrefslogtreecommitdiff
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
commitb4e2bc7d1e1430fc4bae5c6b9e869c56abbd7b96 (patch)
treebfbcf4f776b576162bed20335056c66cbdcf282e /gdb/symtab.h
parent757bcc5b7b50fc07cd35fc5da54291e2f54d4c80 (diff)
downloadgdb-b4e2bc7d1e1430fc4bae5c6b9e869c56abbd7b96.tar.gz
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) */