[project @ 2002-08-05 10:11:03 by simonmar]
[ghc-hetmet.git] / ghc / includes / Hooks.h
index 8db74f7..d172bc7 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Hooks.h,v 1.5 2001/04/01 05:56:29 chak 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);