oops, undo accidental patch
[ghc-hetmet.git] / ghc / rts / ProfHeap.h
index 70d5ea0..0251416 100644 (file)
@@ -1,7 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.h,v 1.3 2001/11/26 16:54:21 simonmar Exp $
  *
- * (c) The GHC Team, 1998-1999
+ * (c) The GHC Team, 1998-2005
  *
  * Support for heap profiling
  *
@@ -15,5 +14,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
+#endif /* PROFHEAP_H */