[project @ 2000-03-13 10:53:55 by simonmar]
[ghc-hetmet.git] / ghc / rts / Proftimer.h
index 915b0d0..38a023c 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.h,v 1.2 1998/12/02 13:28:37 simonm Exp $
+ * $Id: Proftimer.h,v 1.4 1999/08/25 16:11:50 simonmar Exp $
  *
  * (c) The GHC Team, 1998
  *
@@ -7,8 +7,10 @@
  *
  * ---------------------------------------------------------------------------*/
 
+extern lnat total_prof_ticks;
+
 extern void initProfTimer(nat ms);
 extern void stopProfTimer(void);
 extern void startProfTimer(void);
-extern void handleProfTick(void);
+extern void handleProfTick(int unused);