=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- mandoc/libmdoc.h 2012/05/27 17:48:57 1.79 +++ mandoc/libmdoc.h 2012/07/18 11:11:12 1.80 @@ -1,4 +1,4 @@ -/* $Id: libmdoc.h,v 1.79 2012/05/27 17:48:57 schwarze Exp $ */ +/* $Id: libmdoc.h,v 1.80 2012/07/18 11:11:12 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -118,6 +118,7 @@ int mdoc_endbody_alloc(struct mdoc *m, int line, in enum mdoct tok, struct mdoc_node *body, enum mdoc_endbody end); void mdoc_node_delete(struct mdoc *, struct mdoc_node *); +int mdoc_node_relink(struct mdoc *, struct mdoc_node *); void mdoc_hash_init(void); enum mdoct mdoc_hash_find(const char *); const char *mdoc_a2att(const char *);