headline
char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind;
struct headline hl;
(void)readline(setinput(mp), headline, LINESIZE);
parse(headline, &hl, pbuf);
void parse(char *, struct headline *, char *);
struct headline hl;
parse(char line[], struct headline *hl, char pbuf[])