summaryrefslogtreecommitdiff
path: root/rts/LdvProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/LdvProfile.h')
-rw-r--r--rts/LdvProfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/LdvProfile.h b/rts/LdvProfile.h
index 27215472d6..b4418046ba 100644
--- a/rts/LdvProfile.h
+++ b/rts/LdvProfile.h
@@ -14,8 +14,8 @@
#include "ProfHeap.h"
-extern void LdvCensusForDead ( nat );
-extern void LdvCensusKillAll ( void );
+RTS_PRIVATE void LdvCensusForDead ( nat );
+RTS_PRIVATE void LdvCensusKillAll ( void );
// Creates a 0-filled slop of size 'howManyBackwards' backwards from the
// address 'from'.