X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FHooks.h;h=d172bc72a25b9200fd22b86b2336d2bf22ab771f;hb=d891bb5c04f53b2cce4ac8f462300ed6ecc6c4a2;hp=a9c456d9037c61f4e645aaeac31fb7d5b4d0b131;hpb=20fc2f0ced64a12d8e44956931b2ac341ed2186f;p=ghc-hetmet.git diff --git a/ghc/includes/Hooks.h b/ghc/includes/Hooks.h index a9c456d..d172bc7 100644 --- a/ghc/includes/Hooks.h +++ b/ghc/includes/Hooks.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Hooks.h,v 1.4 2001/03/22 03:51:09 hwloidl 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); @@ -20,4 +22,4 @@ extern void PostTraceHook (long fd); #if defined(PAR) extern void InitEachPEHook (void); extern void ShutdownEachPEHook (void); -#endif \ No newline at end of file +#endif