diff options
author | John Gilmore <gnu@cygnus> | 1991-04-19 01:17:26 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-19 01:17:26 +0000 |
commit | 5c43db6b3835c7d619d4f7b358072d87f4679fbf (patch) | |
tree | 2376614d6e8ec65f37604f57501af67c0e309455 /gdb/symtab.h | |
parent | 029981e273adac51b865e6dc49cc332f5df6aa2b (diff) | |
download | gdb-5c43db6b3835c7d619d4f7b358072d87f4679fbf.zip gdb-5c43db6b3835c7d619d4f7b358072d87f4679fbf.tar.gz gdb-5c43db6b3835c7d619d4f7b358072d87f4679fbf.tar.bz2 |
* symtab.c (free_symtab): Declare as exported void fn now.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 0421357..9e36c65 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 (); |