summary refs log tree commit diff
path: root/parse.h
blob: c6776e6d0a6c200bfc4ad59026cfe52f99b7044f (plain)
1
2
3
4
5
6
7
8
9
#ifndef PARSE_H
#define PARSE_H

#include "doc.h"
#include "str.h"

int parse_doc(enum doc_type type, struct doc *d, const str_t *b);

#endif