summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-16 18:32:59 +0000
committerIan Lynagh <igloo@earth.li>2007-08-16 18:32:59 +0000
commit0dfcd5776f3ef89ceaafef6c4730ddac759e3716 (patch)
tree3c141e70877e3b3e1494b2621f102afcbbbe5cce /rts/RtsUtils.h
parent0ee85183fac8129a3c1b890849f32f30fd3940ec (diff)
downloadhaskell-0dfcd5776f3ef89ceaafef6c4730ddac759e3716.tar.gz
Document +RTS --info, and make it a Read'able Haskell value
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index cad4216264..c29c959d76 100644
--- a/rts/RtsUtils.h
+++ b/rts/RtsUtils.h
@@ -51,4 +51,6 @@ extern void heapCheckFail( void );
extern void* __hscore_get_saved_termios(int fd);
extern void __hscore_set_saved_termios(int fd, void* ts);
+void printRtsInfo(void);
+
#endif /* RTSUTILS_H */