=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.51 retrieving revision 1.53 diff -u -p -r1.51 -r1.53 --- mandoc/libmdoc.h 2010/05/31 15:42:09 1.51 +++ mandoc/libmdoc.h 2010/06/19 20:46:27 1.53 @@ -1,6 +1,6 @@ -/* $Id: libmdoc.h,v 1.51 2010/05/31 15:42:09 kristaps Exp $ */ +/* $Id: libmdoc.h,v 1.53 2010/06/19 20:46:27 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -118,8 +118,7 @@ const char *mdoc_a2st(const char *); const char *mdoc_a2arch(const char *); const char *mdoc_a2vol(const char *); const char *mdoc_a2msec(const char *); -int mdoc_valid_pre(struct mdoc *, - const struct mdoc_node *); +int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *); int mdoc_action_pre(struct mdoc *, struct mdoc_node *);