X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FHooks.h;h=d172bc72a25b9200fd22b86b2336d2bf22ab771f;hb=cb5ccf0a7588f9d67835d99a8135b02f3f5ba884;hp=16e28775b1385867c69a682c9288a92cfae4869f;hpb=7f309f1c021e7583f724cce599ce2dd3c439361b;p=ghc-hetmet.git diff --git a/ghc/includes/Hooks.h b/ghc/includes/Hooks.h index 16e2877..d172bc7 100644 --- a/ghc/includes/Hooks.h +++ b/ghc/includes/Hooks.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Hooks.h,v 1.3 1999/02/05 16:02:22 simonm Exp $ + * $Id: Hooks.h,v 1.6 2001/10/01 11:36:28 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -7,6 +7,8 @@ * * ---------------------------------------------------------------------------*/ +extern char *ghc_rts_opts; + extern void OnExitHook (void); extern void ErrorHdrHook (long fd); extern int NoRunnableThreadsHook (void); @@ -17,3 +19,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