=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.67 retrieving revision 1.68 diff -u -p -r1.67 -r1.68 --- mandoc/Attic/private.h 2009/01/17 16:15:27 1.67 +++ mandoc/Attic/private.h 2009/01/17 20:10:36 1.68 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.67 2009/01/17 16:15:27 kristaps Exp $ */ +/* $Id: private.h,v 1.68 2009/01/17 20:10:36 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -130,6 +130,7 @@ enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); char *mdoc_type2a(enum mdoc_type); +char *mdoc_node2a(struct mdoc_node *); int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *);