|
From: <sv...@va...> - 2006-10-01 23:15:31
|
Author: sewardj Date: 2006-10-02 00:15:29 +0100 (Mon, 02 Oct 2006) New Revision: 6137 Log: Oops; this was missed in r6134. Modified: branches/AIX5/coregrind/pub_core_errormgr.h Modified: branches/AIX5/coregrind/pub_core_errormgr.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/AIX5/coregrind/pub_core_errormgr.h 2006-10-01 23:14:11 UTC (= rev 6136) +++ branches/AIX5/coregrind/pub_core_errormgr.h 2006-10-01 23:15:29 UTC (= rev 6137) @@ -60,6 +60,8 @@ =20 extern UInt VG_(get_n_errs_found) ( void ); =20 +extern void VG_(print_errormgr_stats) ( void ); + #endif // __PUB_CORE_ERRORMGR_H =20 /*--------------------------------------------------------------------*/ |