[project @ 2005-03-27 13:41:13 by panne]
[ghc-hetmet.git] / ghc / includes / RtsExternal.h
index cc8b3ba..c8b1f1c 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsExternal.h,v 1.7 2005/01/10 18:44:40 wolfgang Exp $
  *
  * (c) The GHC Team, 1998-2004
  *
@@ -63,6 +62,12 @@ extern void*  createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr,
                              char *typeString);
 extern void   freeHaskellFunctionPtr(void* ptr);
 
+#if defined(mingw32_HOST_OS)
+extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler);
+#else
+extern int stg_sig_install (int, int, StgStablePtr *, void *);
+#endif
+
 /* -----------------------------------------------------------------------------
    Storage manager stuff exported
    -------------------------------------------------------------------------- */