summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 19:02:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 19:02:10 +0000
commitd6c7a4661f77e1989e0da0c6d16c039362c1d97d (patch)
tree7cf0f219210dfbd906402b42b262f1bfd8ff92dc /out.h
parent9abaa805b4a4860d5519fe190cd21ca38441b620 (diff)
downloadmandoc-d6c7a4661f77e1989e0da0c6d16c039362c1d97d.tar.gz
Had out.h roff-scale converters accept default unit scale (because -mdoc and -man differ).
Diffstat (limited to 'out.h')
-rw-r--r--out.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/out.h b/out.h
index 34e23272..6a38059f 100644
--- a/out.h
+++ b/out.h
@@ -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