summary refs log tree commit diff
path: root/parse.h
blob: 460c2754ca0a8795281910e17b57ea64f9211969 (plain)
1
2
3
4
5
6
7
8
9
#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