diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-23 12:33:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-23 12:33:01 +0000 |
commit | e29490c2a6462d5308d34e9cad6e8b105edbd029 (patch) | |
tree | 7b2e6a190f7ba61bdeddabb454eaaef98a233d21 /libman.h | |
parent | 95cb195e612a11db010c2773fc911099889bfe6a (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |