Fix #3741, simplifying things in the process
[ghc-hetmet.git] / rts / Printer.h
index f627049..ca0cadb 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef PRINTER_H
 #define PRINTER_H
 
+BEGIN_RTS_PRIVATE
+
 extern void       printPtr        ( StgPtr p );
 extern void       printObj        ( StgClosure *obj );
 
@@ -28,7 +30,11 @@ extern void        printTSO        ( StgTSO *tso );
 extern void DEBUG_LoadSymbols( char *name );
 
 extern const char *lookupGHCName( void *addr );
+
+extern char *what_next_strs[];
 #endif
 
+END_RTS_PRIVATE
+
 #endif /* PRINTER_H */