X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfHeap.h;h=c4a92e200be6a3ecf7343eb2e1ef01a76027f8eb;hb=0885017a4e92fe5710d1427c214adb87b92987e5;hp=a3da424d2423818b059525fa9b4fcf2eb6410246;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h index a3da424..c4a92e2 100644 --- a/rts/ProfHeap.h +++ b/rts/ProfHeap.h @@ -9,10 +9,13 @@ #ifndef PROFHEAP_H #define PROFHEAP_H -extern void heapCensus( void ); -extern nat initHeapProfiling( void ); -extern void endHeapProfiling( void ); -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 */