=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.80 retrieving revision 1.81 diff -u -p -r1.80 -r1.81 --- mandoc/Attic/private.h 2009/02/24 11:43:13 1.80 +++ mandoc/Attic/private.h 2009/02/24 12:20:52 1.81 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.80 2009/02/24 11:43:13 kristaps Exp $ */ +/* $Id: private.h,v 1.81 2009/02/24 12:20:52 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -136,7 +136,8 @@ 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_pre(struct mdoc *, + const struct mdoc_node *); int mdoc_valid_post(struct mdoc *); int mdoc_action_pre(struct mdoc *, struct mdoc_node *); int mdoc_action_post(struct mdoc *);