summary refs log tree commit diff
path: root/parse.h
blob: 4f192857e86689cb6e6e0ef027a33f221e31eb1b (plain)
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