=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.100 retrieving revision 1.102 diff -u -p -r1.100 -r1.102 --- mandoc/libmdoc.h 2015/04/18 16:06:39 1.100 +++ mandoc/libmdoc.h 2015/04/18 17:28:36 1.102 @@ -1,4 +1,4 @@ -/* $Id: libmdoc.h,v 1.100 2015/04/18 16:06:39 schwarze Exp $ */ +/* $Id: libmdoc.h,v 1.102 2015/04/18 17:28:36 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -78,9 +78,7 @@ void mdoc_tail_alloc(struct roff_man *, int, int, i 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 *); -void mdoc_hash_init(void); int mdoc_hash_find(const char *); const char *mdoc_a2att(const char *); const char *mdoc_a2lib(const char *);