summaryrefslogtreecommitdiffstatshomepage
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
commitce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a (patch)
treeb85b6c1ed507b52dbdc2d85f51969f9bb11c2f2c /private.h
parentf112f081ce6342cac8aaa76066abd437028e89ae (diff)
downloadmandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.tar.gz
mandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.tar.zst
mandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.zip
Considerable improvements across the board.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/private.h b/private.h
index e57a1eff..db38ef8a 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.1 2008/11/23 16:53:18 kristaps Exp $ */
+/* $Id: private.h,v 1.2 2008/11/23 22:30:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *,