summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index fdeec860..f9fa728e 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -302,7 +302,7 @@ void mdoc_free(struct mdoc *);
struct mdoc *mdoc_alloc(void *, int, const struct mdoc_cb *);
/* Gets system ready for another parse. */
-void mdoc_reset(struct mdoc *);
+int mdoc_reset(struct mdoc *);
/* Parse a single line in a stream (boolean retval). */
int mdoc_parseln(struct mdoc *, int, char *buf);