[project @ 2003-08-19 16:32:23 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfHeap.h
index 70d5ea0..82f0923 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.h,v 1.3 2001/11/26 16:54:21 simonmar Exp $
+ * $Id: ProfHeap.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -15,5 +15,6 @@ extern nat     initHeapProfiling( void );
 extern void    endHeapProfiling( void );
 extern rtsBool closureSatisfiesConstraints( StgClosure* p );
 extern void    LDV_recordDead( StgClosure *c, nat size );
+extern rtsBool strMatchesSelector( char* str, char* sel );
 
 #endif