summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 22:58:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 22:58:39 +0000
commitaa3451385251d0974ed07962c800a38fe4287a2b (patch)
tree654aaa9e47248d0115f7eda964e659d03791ddbe /mdoc.h
parentc9f801d9804d2a25f795302e5db93880df4f4d87 (diff)
downloadmandoc-aa3451385251d0974ed07962c800a38fe4287a2b.tar.gz
BROKEN BUILD: migrating to mmain stuff.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 2 insertions, 2 deletions
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 *);