aboutsummaryrefslogtreecommitdiff
path: root/gprof/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/symtab.h')
-rw-r--r--gprof/symtab.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gprof/symtab.h b/gprof/symtab.h
index b8fe55a..19031b9 100644
--- a/gprof/symtab.h
+++ b/gprof/symtab.h
@@ -18,7 +18,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
-
+
#ifndef symtab_h
#define symtab_h
@@ -110,7 +110,9 @@ typedef struct
}
Sym_Table;
-extern Sym_Table symtab; /* The symbol table. */
+extern Sym_Table *get_symtab (void);
+extern Sym_Table *get_symtab_direct (void);
+extern void set_symtab (Sym_Table *);
extern void sym_init (Sym *);
extern void symtab_finalize (Sym_Table *);