isheader
htype = isheader (buf, &ctf);
htype = isheader (buf, &ctf);
} else if ((hdr = isheader (line, &ctf)) == FALSE) {
hdr = isheader(line, &ctf);
extern int isheader(char *lp, int *ctfp);
if ((hdrtyp = isheader(line, &ctf)) == FALSE) {
if (!isheader(buf))
extern bool isheader __P((char *));