=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/mandoc/out.h 2011/05/29 21:22:18 1.11 +++ src/usr.bin/mandoc/out.h 2011/09/18 15:54:48 1.12 @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.11 2011/05/29 21:22:18 schwarze Exp $ */ +/* $Id: out.h,v 1.12 2011/09/18 15:54:48 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -64,7 +64,6 @@ while (/* CONSTCOND */ 0) int a2roffsu(const char *, struct roffsu *, enum roffscale); -void time2a(time_t, char *, size_t); void tblcalc(struct rofftbl *tbl, const struct tbl_span *); __END_DECLS