readtty
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
hp->h_subject = readtty("Subject: ", hp->h_subject);
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
hp->h_subject = readtty("Subject: ", hp->h_subject);
return(readtty(pr, cp));
static char *readtty(char pr[], char src[]);
hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to));
hp->h_subject = readtty("Subject: ", hp->h_subject);
hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc));
hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc));
hp->h_subject = readtty("Subject: ", hp->h_subject);
return(readtty(pr, cp));