=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.118 retrieving revision 1.119 diff -u -p -r1.118 -r1.119 --- mandoc/mdoc.h 2011/03/07 01:35:51 1.118 +++ mandoc/mdoc.h 2011/03/20 16:02:05 1.119 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.118 2011/03/07 01:35:51 schwarze Exp $ */ +/* $Id: mdoc.h,v 1.119 2011/03/20 16:02:05 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -424,7 +424,7 @@ __BEGIN_DECLS struct mdoc; void mdoc_free(struct mdoc *); -struct mdoc *mdoc_alloc(struct regset *, void *, mandocmsg); +struct mdoc *mdoc_alloc(struct regset *, struct mparse *); void mdoc_reset(struct mdoc *); int mdoc_parseln(struct mdoc *, int, char *, int); const struct mdoc_node *mdoc_node(const struct mdoc *);