summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 14:02:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 14:02:41 +0000
commit97bac15e79bcdeafa59295e4c628267f70593cf2 (patch)
tree82d4317caffa08f24580dbd2e7dbe5f61998e81b /private.h
parenta14a59e05281ac1ce2fbcea855c1d4101650dd36 (diff)
downloadmandoc-97bac15e79bcdeafa59295e4c628267f70593cf2.tar.gz
mandoc-97bac15e79bcdeafa59295e4c628267f70593cf2.tar.zst
mandoc-97bac15e79bcdeafa59295e4c628267f70593cf2.zip
Added "special" macros.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index 59f5059f..845e606a 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.10 2008/11/27 11:23:51 kristaps Exp $ */
+/* $Id: private.h,v 1.11 2008/11/27 14:02:41 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -215,6 +215,7 @@ struct roffcb {
int (*roffout)(int);
int (*roffblkin)(int);
int (*roffblkout)(int);
+ int (*roffspecial)(int);
};
__BEGIN_DECLS