1 2 3 4 5 6 7 8 9 10
#ifndef PARSE_H #define PARSE_H #include "net.h" #include "doc.h" #include "buf.h" int parse_doc(enum doc_type type, struct doc *d, const buf_t *b); #endif