summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.h b/mdoc.h
index 11b01858..92643120 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.49 2009/03/16 23:37:28 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.50 2009/03/19 11:49:00 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);