=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- mandoc/man.c 2010/06/19 20:46:28 1.76 +++ mandoc/man.c 2010/06/26 15:36:37 1.77 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.76 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: man.c,v 1.77 2010/06/26 15:36:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -28,6 +28,7 @@ #include #include "mandoc.h" +#include "regs.h" #include "libman.h" #include "libmandoc.h" @@ -124,7 +125,8 @@ man_endparse(struct man *m) int -man_parseln(struct man *m, int ln, char *buf, int offs) +man_parseln(struct man *m, const struct regset *regs, + int ln, char *buf, int offs) { if (MAN_HALT & m->flags)