X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=c29c959d76166a7188c5a2801d2c2d129f7ca96b;hb=50c4d03919a9d5c37c14004e964083251f655e93;hp=cad4216264c332f93984d2bff2f23197d70d496b;hpb=d526504719676871376324858fe2073aa2011424;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 */