#ifndef PARSE_H #define PARSE_H #include "doc.h" #include "buf.h" int parse_doc(enum doc_type type, struct doc *d, const buf_t *b); #endif