fix haddock submodule pointer
[ghc-hetmet.git] / rts / ThreadLabels.h
index eaed22d..254b91e 100644 (file)
@@ -7,15 +7,19 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifndef __THREADLABELS_H__
-#define __THREADLABELS_H__
+#ifndef THREADLABELS_H
+#define THREADLABELS_H
+
+#include "BeginPrivate.h"
 
 #if defined(DEBUG)
 void    initThreadLabelTable (void);
-void    updateThreadLabel    (StgWord key, void *data);
+void    freeThreadLabelTable (void);
 void *  lookupThreadLabel    (StgWord key);
 void    removeThreadLabel    (StgWord key);
 void    labelThread          (StgPtr tso, char *label);
 #endif
 
-#endif /* __THREADLABELS_H__ */
+#include "EndPrivate.h"
+
+#endif /* THREADLABELS_H */