=================================================================== RCS file: /cvs/mandoc/man.h,v retrieving revision 1.36 retrieving revision 1.38 diff -u -p -r1.36 -r1.38 --- mandoc/man.h 2010/05/26 14:03:54 1.36 +++ mandoc/man.h 2010/06/26 15:36:37 1.38 @@ -1,6 +1,6 @@ -/* $Id: man.h,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */ +/* $Id: man.h,v 1.38 2010/06/26 15:36:37 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 @@ -108,7 +108,9 @@ struct man; void man_free(struct man *); struct man *man_alloc(void *, int, mandocmsg); void man_reset(struct man *); -int man_parseln(struct man *, int, char *, int); +int man_parseln(struct man *, + const struct regset *, + int, char *, int); int man_endparse(struct man *); const struct man_node *man_node(const struct man *);