diff options
author | Ian Lynagh <igloo@earth.li> | 2007-08-16 18:32:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-08-16 18:32:59 +0000 |
commit | 0dfcd5776f3ef89ceaafef6c4730ddac759e3716 (patch) | |
tree | 3c141e70877e3b3e1494b2621f102afcbbbe5cce /rts/RtsUtils.h | |
parent | 0ee85183fac8129a3c1b890849f32f30fd3940ec (diff) | |
download | haskell-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.h | 2 |
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 */ |