=================================================================== RCS file: /cvs/mandoc/out.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/out.h 2009/10/09 06:54:11 1.4 +++ mandoc/out.h 2009/10/18 19:02:11 1.5 @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.4 2009/10/09 06:54:11 kristaps Exp $ */ +/* $Id: out.h,v 1.5 2009/10/18 19:02:11 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -50,7 +50,8 @@ struct roffsu { (p)->scale = (v); \ (p)->pt = 0; } while (/*CONSTCOND*/0) -int a2roffsu(const char *, struct roffsu *); +int a2roffsu(const char *, + struct roffsu *, enum roffscale); __END_DECLS