Avoid m_redir.c importing priv_symtab.h.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4024
This commit is contained in:
Nicholas Nethercote
2005-06-25 20:22:43 +00:00
parent 59b976a10e
commit 4b4e694fef
3 changed files with 11 additions and 6 deletions

View File

@@ -105,6 +105,7 @@ extern SegInfo* VG_(get_obj) ( Addr a );
extern const SegInfo* VG_(next_seginfo) ( const SegInfo *si );
extern Addr VG_(seginfo_start) ( const SegInfo *si );
extern SizeT VG_(seginfo_size) ( const SegInfo *si );
extern const UChar* VG_(seginfo_soname) ( const SegInfo *si );
extern const UChar* VG_(seginfo_filename) ( const SegInfo *si );
extern ULong VG_(seginfo_sym_offset)( const SegInfo *si );