[project @ 2005-05-11 12:43:48 by simonmar]
[ghc-hetmet.git] / ghc / rts / Profiling.h
index 7ed7bdc..4b66989 100644 (file)
@@ -27,6 +27,7 @@ void PrintNewStackDecls ( void );
 extern lnat RTS_VAR(total_prof_ticks);
 
 extern void fprintCCS( FILE *f, CostCentreStack *ccs );
+extern void fprintCCS_stderr( CostCentreStack *ccs );
 
 #ifdef DEBUG
 extern void debugCCS( CostCentreStack *ccs );