Change the way module initialisation is done (#3252, #4417)
[ghc-hetmet.git] / rts / Profiling.h
index 3a4184f..e27ad4c 100644 (file)
@@ -14,9 +14,9 @@
 #include "BeginPrivate.h"
 
 void initProfiling1 (void);
-void freeProfiling1 (void);
 void initProfiling2 (void);
 void endProfiling   (void);
+void freeProfiling  (void);
 
 extern FILE *prof_file;
 extern FILE *hp_file;