| 627 | } |
| 628 | |
| 629 | void |
| 630 | qt_pager(const char *msgid) |
| 631 | { |
| 632 | if (!com_pager_core(gu.urole.filecode, msgid, FALSE, (char **) 0)) |
| 633 | (void) com_pager_core("common", msgid, TRUE, (char **) 0); |
| 634 | } |
| 635 | |
| 636 | struct permonst * |
| 637 | qt_montype(void) |
no test coverage detected