summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
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