diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-18 17:28:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-18 17:28:36 +0000 |
commit | afd3f3a3f381e6bd5e6803a730f57302dd9234d2 (patch) | |
tree | 8cc8dbdb77f13ddbce6fe2a22b8d3284143adbc5 /libmdoc.h | |
parent | 4534f390e036ac23ee5e8f0373ffb9f4d785a17d (diff) | |
download | mandoc-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 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ void mdoc_tail_alloc(struct roff_man *, int, int, int); struct roff_node *mdoc_body_alloc(struct roff_man *, int, int, int); struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int, int, struct roff_node *, enum mdoc_endbody); -void mdoc_node_delete(struct roff_man *, struct roff_node *); void mdoc_node_relink(struct roff_man *, struct roff_node *); int mdoc_hash_find(const char *); const char *mdoc_a2att(const char *); |