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