summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 22:30:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 22:30:53 +0000
commitf095187c59066df4a733b3186d41bc6f83ad3069 (patch)
tree6de6604490b32f0140ccefda2a49e30a88d822f3 /private.h
parent5d62a0caa37dd565a226a702645ccc3451560085 (diff)
downloadmandoc-f095187c59066df4a733b3186d41bc6f83ad3069.tar.gz
Considerable improvements across the board.
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 934061c6..8231037f 100644
--- a/private.h
+++ b/private.h
@@ -40,7 +40,7 @@ __BEGIN_DECLS
typedef int (*md_init)(const struct md_args *, struct md_mbuf *,
const struct md_rbuf *, void **);
typedef int (*md_exit)(const struct md_args *, struct md_mbuf *,
- const struct md_rbuf *, void *);
+ const struct md_rbuf *, int, void *);
typedef int (*md_line)(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *,
const char *, size_t, void *);
@@ -53,7 +53,7 @@ int md_init_html4_strict(const struct md_args *,
void **);
int md_exit_html4_strict(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *,
- void *);
+ int, void *);
int md_line_dummy(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *,