summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r--rts/ProfHeap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h
index aa4056b111..f63433fece 100644
--- a/rts/ProfHeap.h
+++ b/rts/ProfHeap.h
@@ -11,8 +11,9 @@
#include "BeginPrivate.h"
void heapCensus (Time t);
-uint32_t initHeapProfiling (void);
+void initHeapProfiling (void);
void endHeapProfiling (void);
+void freeHeapProfiling (void);
bool strMatchesSelector (const char* str, const char* sel);
#if defined(PROFILING)