From 59d32b6b6f099db4e98d14846f92c95838026d6d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 29 Apr 2017 12:45:41 +0000 Subject: Parser unification: use nice ohashes for all three request and macro tables; no functional change, minus two source files, minus 200 lines of code. --- libmandoc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libmandoc.h') diff --git a/libmandoc.h b/libmandoc.h index 53f764c6..c0d71552 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -50,11 +50,9 @@ int mandoc_eos(const char *, size_t); int mandoc_strntoi(const char *, size_t, int); const char *mandoc_a2msec(const char*); -void mdoc_hash_init(void); int mdoc_parseln(struct roff_man *, int, char *, int); void mdoc_endparse(struct roff_man *); -void man_hash_init(void); int man_parseln(struct roff_man *, int, char *, int); void man_endparse(struct roff_man *); -- cgit