[project @ 2000-12-31 16:58:05 by panne]
[ghc-hetmet.git] / ghc / rts / GC.h
index 8b2c30b..9b0e962 100644 (file)
@@ -1,8 +1,12 @@
 /* -----------------------------------------------------------------------------
- * $Id: GC.h,v 1.2 1998/12/02 13:28:25 simonm Exp $
+ * $Id: GC.h,v 1.6 2000/04/11 16:36:53 sewardj Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Prototypes for functions in GC.c
  *
  * ---------------------------------------------------------------------------*/
 
 void threadPaused(StgTSO *);
+StgClosure *isAlive(StgClosure *p);
+void GarbageCollect ( void (*get_roots)(void), rtsBool force_major_gc );