summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 23:10:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 23:10:51 +0000
commit19bbba00a696e5f8af750eebfa6f47c1ee1cfa2e (patch)
treef1500958e794ba0d780b1eddd5cc7983fe09d1ab /private.h
parent72085fe330b4fb696a4b9f1e6cc4e63af6d3690b (diff)
downloadmandoc-19bbba00a696e5f8af750eebfa6f47c1ee1cfa2e.tar.gz
mandoc-19bbba00a696e5f8af750eebfa6f47c1ee1cfa2e.tar.zst
mandoc-19bbba00a696e5f8af750eebfa6f47c1ee1cfa2e.zip
*** empty log message ***
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 141ca995..accda8a1 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.29 2008/12/04 19:31:57 kristaps Exp $ */
+/* $Id: private.h,v 1.30 2008/12/04 23:10:51 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -261,7 +261,7 @@ struct roffcb {
int (*roffblkheadout)(void *, int);
int (*roffblkbodyin)(void *, int, int *, char **);
int (*roffblkbodyout)(void *, int);
- int (*roffspecial)(void *, int, int *, char **, char **);
+ int (*roffspecial)(void *, int, const char *, char **);
};
struct rofftree;