Added command-line option --show-confl-seg (show conflicting segments).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7733 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/drd_error.h b/exp-drd/drd_error.h
index 5da18b5..1bbd066 100644
--- a/exp-drd/drd_error.h
+++ b/exp-drd/drd_error.h
@@ -120,9 +120,8 @@
 typedef struct {
 } GenericErrInfo;
 
-void describe_addr(Addr const a, SizeT const len, AddrInfo* const ai);
-Char* describe_addr_text(Addr const a, SizeT const len, AddrInfo* const ai,
-                         Char* const buf, UInt const n_buf);
+
+void set_show_conflicting_segments(const Bool scs);
 void drd_register_error_handlers(void);