Added VG_(rename) (untested), and made VG_(bbs_done) visible to skins, both at
the request of Josef Weidendorfer for his KCachegrind stuff.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1231 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h
index f9a7a40..d657850 100644
--- a/coregrind/vg_include.h
+++ b/coregrind/vg_include.h
@@ -1098,8 +1098,8 @@
    the client program really was running on the real cpu. */
 extern void VG_(start_GDB_whilst_on_client_stack) ( void );
 
-/* 64-bit counter for the number of basic blocks done. */
-extern ULong VG_(bbs_done);
+/* VG_(bbs_done) in include/vg_skin.h */
+
 /* 64-bit counter for the number of bbs to go before a debug exit. */
 extern ULong VG_(bbs_to_go);