From 74625e09d203b8b3c31182a00609d7b437f942c7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 23 Mar 2011 12:33:01 +0000 Subject: Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for `RE'. --- libman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libman.h') 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 * @@ -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 *); -- cgit v1.2.3