* symtab.c (free_symtab): Declare as exported void fn now.

This commit is contained in:
John Gilmore 1991-04-19 01:17:26 +00:00
parent 029981e273
commit 5c43db6b38
1 changed files with 3 additions and 0 deletions

View File

@ -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 ();