diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-19 11:49:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-19 11:49:00 +0000 |
commit | 8ee53c583c595b24d97899cd5886383c71b8ae13 (patch) | |
tree | d6390344f213484dcc0f820f44c5c9eb0daebfb8 /mdoc.h | |
parent | 8d40b5056c9c50a5a27194d603247a8d5ab3227a (diff) | |
download | mandoc-8ee53c583c595b24d97899cd5886383c71b8ae13.tar.gz |
Many more ASCII escapes added.
Stripped nroff punt from mdocterm.c.
Fixed multiple-file handling for mdocterm.c.
Cleared up mdoc.h API.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -300,8 +300,8 @@ void mdoc_free(struct mdoc *); /* Allocate a new parser instance. */ struct mdoc *mdoc_alloc(void *, int, const struct mdoc_cb *); -/* Set parse options. */ -void mdoc_setflags(struct mdoc *, int); +/* Gets system ready for another parse. */ +void mdoc_reset(struct mdoc *); /* Parse a single line in a stream (boolean retval). */ int mdoc_parseln(struct mdoc *, int, char *buf); |