X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FItimer.h;h=adfe12a397677f0d193e2c66489befad75eb3c26;hb=1baf9181713e4aad911cbd82e88b509b6bacb7e8;hp=e473ad50474205b020d04c2529a1780ebb139c01;hpb=f1e346a7a4b9f3bf8b695e35b1c5ff8d67b874af;p=ghc-hetmet.git diff --git a/ghc/rts/Itimer.h b/ghc/rts/Itimer.h index e473ad5..adfe12a 100644 --- a/ghc/rts/Itimer.h +++ b/ghc/rts/Itimer.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.h,v 1.12 2003/03/28 23:46:40 sof Exp $ + * $Id: Itimer.h,v 1.13 2003/03/29 00:27:11 sof Exp $ * * (c) The GHC Team 1998-2001 * @@ -9,7 +9,7 @@ #ifndef __ITIMER_H__ #define __ITIMER_H__ -extern int startTicker( nat ms ); +extern int startTicker( nat ms, TickProc handle_tick); extern int stopTicker ( void ); extern unsigned int getourtimeofday ( void );