merge upstream HEAD
[ghc-hetmet.git] / rts / ProfHeap.h
index 0251416..c4a92e2 100644 (file)
@@ -9,11 +9,13 @@
 #ifndef PROFHEAP_H
 #define PROFHEAP_H
 
-extern void    heapCensus( void );
-extern nat     initHeapProfiling( void );
-extern void    endHeapProfiling( void );
-extern rtsBool closureSatisfiesConstraints( StgClosure* p );
-extern void    LDV_recordDead( StgClosure *c, nat size );
-extern rtsBool strMatchesSelector( char* str, char* sel );
+#include "BeginPrivate.h"
+
+void    heapCensus         (void);
+nat     initHeapProfiling  (void);
+void    endHeapProfiling   (void);
+rtsBool strMatchesSelector (char* str, char* sel);
+
+#include "EndPrivate.h"
 
 #endif /* PROFHEAP_H */