[project @ 2001-08-22 10:00:51 by simonpj]
[ghc-hetmet.git] / ghc / includes / Hooks.h
index 3a53f19..8db74f7 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: Hooks.h,v 1.2 1998/12/02 13:21:08 simonm Exp $
+ * $Id: Hooks.h,v 1.5 2001/04/01 05:56:29 chak Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * User-overridable RTS hooks.
  *
@@ -15,3 +17,7 @@ extern void PatErrorHdrHook (long fd);
 extern void defaultsHook (void);
 extern void PreTraceHook (long fd);
 extern void PostTraceHook (long fd);
+#if defined(PAR)
+extern void InitEachPEHook (void);
+extern void ShutdownEachPEHook (void);
+#endif