diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-17 20:10:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-17 20:10:36 +0000 |
commit | dd2076332ac7deafb5fe4ca97b255ce8964654fd (patch) | |
tree | ce3c7d038801a16c4ae3993ee3dedb51b65e8255 /private.h | |
parent | 0b5cea59a912aaf566e5d1258761bd53beaf6a35 (diff) | |
download | mandoc-dd2076332ac7deafb5fe4ca97b255ce8964654fd.tar.gz |
Lint checks.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); char *mdoc_type2a(enum mdoc_type); +char *mdoc_node2a(struct mdoc_node *); int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *); |