add freeStorage() prototype
[ghc-hetmet.git] / ghc / rts / StgRun.h
index 5a5bdcc..da376b4 100644 (file)
@@ -1,7 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgRun.h,v 1.5 1999/11/03 15:01:51 simonmar Exp $
  *
- * (c) The GHC Team, 1998-1999
+ * (c) The GHC Team, 1998-2004
  *
  * Tiny assembler 'layer' between the C and STG worlds.
  * 
@@ -10,8 +9,8 @@
 #ifndef STGRUN_H
 #define STGRUN_H
 
-extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
+extern StgRegTable * StgRun(StgFunPtr f, StgRegTable *basereg);
 
-EXTFUN(StgReturn);
+RTS_FUN(StgReturn);
 
-#endif STGRUN_H
+#endif /* STGRUN_H */