mt 164 control.c printmtlist(struct mtent *mt)
mt 166 control.c if (mt != NULL) {
mt 167 control.c printf("***** [%d]\n%s\n", mt->ln, mt->txt);
mt 168 control.c printmtlist(mt->next);