headline_alloc
if (headline_alloc(&hl) != 0) {
extern int headline_alloc(headline_t **);
if (headline_alloc(&hl) != 0 || parse_headline(linebuf, hl) != 0) {