X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=c29c959d76166a7188c5a2801d2c2d129f7ca96b;hb=0dfcd5776f3ef89ceaafef6c4730ddac759e3716;hp=cad4216264c332f93984d2bff2f23197d70d496b;hpb=0ee85183fac8129a3c1b890849f32f30fd3940ec;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index cad4216..c29c959 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 */