From 5c43db6b3835c7d619d4f7b358072d87f4679fbf Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 19 Apr 1991 01:17:26 +0000 Subject: [PATCH] * symtab.c (free_symtab): Declare as exported void fn now. --- gdb/symtab.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/symtab.h b/gdb/symtab.h index 0421357ec7c..9e36c65c788 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -872,6 +872,9 @@ struct symtabs_and_lines decode_line_spec (); struct symtabs_and_lines decode_line_spec_1 (); struct symtabs_and_lines decode_line_1 (); +/* Symmisc.c */ +void free_symtab (); + /* Symbol-reading stuff in symfile.c and solib.c. */ struct symtab *psymtab_to_symtab (); void clear_solib (); -- 2.30.2