summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-23 12:33:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-23 12:33:01 +0000
commite29490c2a6462d5308d34e9cad6e8b105edbd029 (patch)
tree7b2e6a190f7ba61bdeddabb454eaaef98a233d21 /libman.h
parent95cb195e612a11db010c2773fc911099889bfe6a (diff)
downloadmandoc-e29490c2a6462d5308d34e9cad6e8b105edbd029.tar.gz
Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be
used for `RE'.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libman.h b/libman.h
index fbcb8a8e..a1afde88 100644
--- a/libman.h
+++ b/libman.h
@@ -67,6 +67,7 @@ __BEGIN_DECLS
int man_word_alloc(struct man *, int, int, const char *);
int man_block_alloc(struct man *, int, int, enum mant);
int man_head_alloc(struct man *, int, int, enum mant);
+int man_tail_alloc(struct man *, int, int, enum mant);
int man_body_alloc(struct man *, int, int, enum mant);
int man_elem_alloc(struct man *, int, int, enum mant);
void man_node_delete(struct man *, struct man_node *);