[project @ 2003-03-29 00:27:11 by sof]
[ghc-hetmet.git] / ghc / rts / win32 / Ticker.h
index 669a0a1..6104f93 100644 (file)
@@ -3,7 +3,7 @@
  */
 #ifndef __TICKER_H__
 #define __TICKER_H__
-extern int  startTicker( nat ms );
+extern int  startTicker( nat ms, TickProc handle_tick );
 extern int  stopTicker ( void );
 #endif /* __TICKER_H__ */