summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-17 14:04:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-17 14:04:25 +0000
commit3ef2ed38138f74f57e8bac7be877cd7f644c6fa5 (patch)
tree41a91c061344080a3c65e68a0c7679e5c511b4d8 /private.h
parent9b91d2941b32c93371d933a186b43a00cb02c3c0 (diff)
downloadmandoc-3ef2ed38138f74f57e8bac7be877cd7f644c6fa5.tar.gz
mandoc-3ef2ed38138f74f57e8bac7be877cd7f644c6fa5.tar.zst
mandoc-3ef2ed38138f74f57e8bac7be877cd7f644c6fa5.zip
Separating output filters.
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/private.h b/private.h
index a46a5612..59601605 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.65 2009/01/16 12:23:25 kristaps Exp $ */
+/* $Id: private.h,v 1.66 2009/01/17 14:04:25 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -129,6 +129,8 @@ enum mdoc_arch mdoc_atoarch(const char *);
enum mdoc_att mdoc_atoatt(const char *);
time_t mdoc_atotime(const char *);
+char *mdoc_type2a(enum mdoc_type);
+
int mdoc_valid_pre(struct mdoc *, struct mdoc_node *);
int mdoc_valid_post(struct mdoc *);
int mdoc_action_pre(struct mdoc *, struct mdoc_node *);