=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/mandoc/roff.h 2010/06/27 21:54:42 1.3 +++ src/usr.bin/mandoc/roff.h 2010/08/20 00:53:35 1.4 @@ -1,4 +1,4 @@ -/* $Id: roff.h,v 1.3 2010/06/27 21:54:42 schwarze Exp $ */ +/* $Id: roff.h,v 1.4 2010/08/20 00:53:35 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -29,7 +29,7 @@ struct roff; void roff_free(struct roff *); -struct roff *roff_alloc(struct regset *, mandocmsg, void *); +struct roff *roff_alloc(struct regset *, void *, mandocmsg); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *);