diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-18 17:01:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-18 17:01:58 +0000 |
commit | 4534f390e036ac23ee5e8f0373ffb9f4d785a17d (patch) | |
tree | ccd3380730c698bd52e2e5ea394772f7ac6e1e41 /libman.h | |
parent | 19dfb5cab356150bf46d159f43ead732a6a6ade5 (diff) | |
download | mandoc-4534f390e036ac23ee5e8f0373ffb9f4d785a17d.tar.gz |
Move mdoc_hash_init() and man_hash_init() to libmandoc.h
and call them from mparse_alloc() and choose_parser(),
preparing unified allocation of struct roff_man.
Diffstat (limited to 'libman.h')
-rw-r--r-- | libman.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ 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 *); -void man_hash_init(void); int man_hash_find(const char *); void man_macroend(struct roff_man *); void man_valid_post(struct roff_man *); |