=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/mandoc/tbl.h 2010/10/15 19:20:03 1.1 +++ src/usr.bin/mandoc/tbl.h 2010/10/15 21:33:47 1.2 @@ -1,4 +1,4 @@ -/* $Id: tbl.h,v 1.1 2010/10/15 19:20:03 schwarze Exp $ */ +/* $Id: tbl.h,v 1.2 2010/10/15 21:33:47 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -27,7 +27,7 @@ int tbl_read(struct tbl *, const char *, int, const char *, int); int tbl_close(struct tbl *, const char *, int); -int tbl_write(const struct tbl *); +int tbl_write(struct termp *, const struct tbl *); __END_DECLS