|
From: <sv...@va...> - 2015-07-22 18:56:03
|
Author: florian
Date: Wed Jul 22 19:55:49 2015
New Revision: 15434
Log:
Move prototype to the proper section.
Modified:
branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/priv_aspacemgr.h
Modified: branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/priv_aspacemgr.h
==============================================================================
--- branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/priv_aspacemgr.h (original)
+++ branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/priv_aspacemgr.h Wed Jul 22 19:55:49 2015
@@ -125,6 +125,8 @@
extern
Bool ML_(am_resolve_filename) ( Int fd, /*OUT*/HChar* buf, Int nbuf );
+void ML_(am_show_len_concisely)( /*OUT*/HChar *buf, Addr start, Addr end );
+
/* ------ Implemented separately in aspacemgr-linux.c ------ */
/* Do a sanity check (/proc/self/maps sync check) */
@@ -157,7 +159,6 @@
/* ------ Implemented in aspacemgr-segments.c ------ */
void ML_(am_segments_init)( void );
void ML_(am_add_segment)( const NSegment *seg );
-void ML_(am_show_len_concisely)( /*OUT*/HChar *buf, Addr start, Addr end );
void ML_(am_show_segment_full)( Int logLevel, Int segNo, const NSegment *seg );
void ML_(am_change_permissions)( Addr start, SizeT len, UInt prot );
void ML_(am_clientise)( Addr start, SizeT len );
|