aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit74625e09d203b8b3c31182a00609d7b437f942c7 (patch)
tree646420ad79fabfdff551e65ae3f0d88d53e6ed35 /libman.h
parent59b868b33ab87a979c16a925dde7a6c778720608 (diff)
downloadmandoc-74625e09d203b8b3c31182a00609d7b437f942c7.tar.gz
mandoc-74625e09d203b8b3c31182a00609d7b437f942c7.tar.zst
mandoc-74625e09d203b8b3c31182a00609d7b437f942c7.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index b9f6b7c6..f67ef4cd 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.48 2011/03/22 14:33:05 kristaps Exp $ */
+/* $Id: libman.h,v 1.49 2011/03/23 12:33:01 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 *);