=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.34 retrieving revision 1.36 diff -u -p -r1.34 -r1.36 --- mandoc/libman.h 2010/05/17 22:11:42 1.34 +++ mandoc/libman.h 2010/06/19 20:46:27 1.36 @@ -1,6 +1,6 @@ -/* $Id: libman.h,v 1.34 2010/05/17 22:11:42 kristaps Exp $ */ +/* $Id: libman.h,v 1.36 2010/06/19 20:46:27 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 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 @@ -79,7 +79,7 @@ int man_args(struct man *, int, int *, char *, char int man_vmsg(struct man *, enum mandocerr, int, int, const char *, ...); int man_valid_post(struct man *); -int man_valid_pre(struct man *, const struct man_node *); +int man_valid_pre(struct man *, struct man_node *); int man_action_post(struct man *); int man_action_pre(struct man *, struct man_node *); int man_unscope(struct man *,