summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 13:20:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 13:20:24 +0000
commitaf20e67be440d34b55887592aaa4fee82b7e43aa (patch)
treeb48c507e1531689a4772312be67f29aba58a4617 /private.h
parentf909f1a14dd42d4cd81a081bf75080a0afcb8e5a (diff)
downloadmandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.tar.gz
mandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.tar.zst
mandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.zip
Added `Sm' functionality.
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/private.h b/private.h
index ff6f7abf..99951234 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.21 2008/12/01 15:32:36 kristaps Exp $ */
+/* $Id: private.h,v 1.22 2008/12/02 13:20:24 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -222,7 +222,7 @@ struct roffcb {
int (*roffout)(void *, int);
int (*roffblkin)(void *, int, int *, char **);
int (*roffblkout)(void *, int);
- int (*roffspecial)(void *, int);
+ int (*roffspecial)(void *, int, int *, char **, char **);
};
__BEGIN_DECLS