summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-04-18 17:28:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-04-18 17:28:36 +0000
commitafd3f3a3f381e6bd5e6803a730f57302dd9234d2 (patch)
tree8cc8dbdb77f13ddbce6fe2a22b8d3284143adbc5 /libman.h
parent4534f390e036ac23ee5e8f0373ffb9f4d785a17d (diff)
downloadmandoc-afd3f3a3f381e6bd5e6803a730f57302dd9234d2.tar.gz
Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().
Minus 80 lines of code, no functional change. Written on the train from Koeln to Wolfsburg returning from p2k15.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index f1cc1c7c..c4d7804d 100644
--- a/libman.h
+++ b/libman.h
@@ -42,7 +42,6 @@ void man_block_alloc(struct roff_man *, int, int, int);
void man_head_alloc(struct roff_man *, int, int, int);
void man_body_alloc(struct roff_man *, int, int, int);
void man_elem_alloc(struct roff_man *, int, int, int);
-void man_node_delete(struct roff_man *, struct roff_node *);
int man_hash_find(const char *);
void man_macroend(struct roff_man *);
void man_valid_post(struct roff_man *);