From: John Gilmore Date: Fri, 19 Apr 1991 01:17:26 +0000 (+0000) Subject: * symtab.c (free_symtab): Declare as exported void fn now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c43db6b3835c7d619d4f7b358072d87f4679fbf;p=binutils-gdb.git * symtab.c (free_symtab): Declare as exported void fn now. --- 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 ();