From aa3451385251d0974ed07962c800a38fe4287a2b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 22 Feb 2009 22:58:39 +0000 Subject: BROKEN BUILD: migrating to mmain stuff. --- mdoc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc.h') diff --git a/mdoc.h b/mdoc.h index 18fa15ee..544950f5 100644 --- a/mdoc.h +++ b/mdoc.h @@ -413,10 +413,10 @@ struct mdoc *mdoc_alloc(void *data, const struct mdoc_cb *); int mdoc_parseln(struct mdoc *, int, char *buf); /* Get result first node (after mdoc_endparse!). */ -const struct mdoc_node *mdoc_node(struct mdoc *); +const struct mdoc_node *mdoc_node(const struct mdoc *); /* Get result meta-information (after mdoc_endparse!). */ -const struct mdoc_meta *mdoc_meta(struct mdoc *); +const struct mdoc_meta *mdoc_meta(const struct mdoc *); /* Signal end of parse sequence (boolean retval). */ int mdoc_endparse(struct mdoc *); -- cgit