=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.101 retrieving revision 1.102 diff -u -p -r1.101 -r1.102 --- mandoc/libmdoc.h 2015/04/18 17:01:58 1.101 +++ mandoc/libmdoc.h 2015/04/18 17:28:36 1.102 @@ -1,4 +1,4 @@ -/* $Id: libmdoc.h,v 1.101 2015/04/18 17:01:58 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,7 +78,6 @@ 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 *); int mdoc_hash_find(const char *); const char *mdoc_a2att(const char *);