diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-22 22:58:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-22 22:58:39 +0000 |
commit | aa3451385251d0974ed07962c800a38fe4287a2b (patch) | |
tree | 654aaa9e47248d0115f7eda964e659d03791ddbe /mdoc.c | |
parent | c9f801d9804d2a25f795302e5db93880df4f4d87 (diff) | |
download | mandoc-aa3451385251d0974ed07962c800a38fe4287a2b.tar.gz |
BROKEN BUILD: migrating to mmain stuff.
Diffstat (limited to 'mdoc.c')
-rw-r--r-- | mdoc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,7 +221,7 @@ static void mdoc_text_free(struct mdoc_text *); const struct mdoc_node * -mdoc_node(struct mdoc *mdoc) +mdoc_node(const struct mdoc *mdoc) { return(mdoc->first); @@ -229,7 +229,7 @@ mdoc_node(struct mdoc *mdoc) const struct mdoc_meta * -mdoc_meta(struct mdoc *mdoc) +mdoc_meta(const struct mdoc *mdoc) { return(&mdoc->meta); |