git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3973
#include "pub_tool_debuginfo.h"
typedef struct _Segment Segment;
-typedef struct _CodeRedirect CodeRedirect;
extern Bool VG_(is_object_file) ( const void *hdr );
extern SegInfo * VG_(read_seg_symbols) ( Segment *seg );
// See include/pub_tool_redir.h for details on how to do code replacement.
+typedef struct _CodeRedirect CodeRedirect;
+
// This is the crucial redirection function. It answers the question:
// should this code address be redirected somewhere else? It's used just
// before translating a basic block.