[project @ 1999-09-16 12:29:55 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfRts.h
index 870786c..883672f 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfRts.h,v 1.5 1999/09/15 13:45:18 simonmar Exp $
+ * $Id: ProfRts.h,v 1.6 1999/09/16 12:29:55 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -7,6 +7,11 @@
  *
  * ---------------------------------------------------------------------------*/
 
+#if defined(PROFILING) || defined(DEBUG)
+void initProfiling ( void );
+void endProfiling  ( void );
+#endif
+
 #ifdef PROFILING
 
 void report_ccs_profiling ( void );