X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfiling.h;h=e27ad4c5edd9738c952aebf9c6f1bf6fb51d611c;hp=3a4184fba68e5ba47ffd2b7d8531afc2737c4763;hb=HEAD;hpb=51b85031ce99f1e9d4c72249d6d85672188f0fbd diff --git a/rts/Profiling.h b/rts/Profiling.h index 3a4184f..e27ad4c 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -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;