* symtab.c (free_symtab): Declare as exported void fn now.
authorJohn Gilmore <gnu@cygnus>
Fri, 19 Apr 1991 01:17:26 +0000 (01:17 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 19 Apr 1991 01:17:26 +0000 (01:17 +0000)
gdb/symtab.h

index 0421357ec7cd3e9e9f1ce3197741485c07b2f60c..9e36c65c7888b278cd34be9b28f4d9fe0492d401 100644 (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 ();