[project @ 2002-06-19 20:45:14 by sof]
[ghc-hetmet.git] / ghc / includes / Hooks.h
index a9c456d..d172bc7 100644 (file)
@@ -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