summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 21:41:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 21:41:35 +0000
commitaf732c7fcc695182a667f1fabbd56d93896ad2f4 (patch)
tree031c3d2525311ea23f66d5da2cfd30d8c0c29137 /private.h
parent5fe81f4208926eadeabb2221d96e8453443a3bc7 (diff)
downloadmandoc-af732c7fcc695182a667f1fabbd56d93896ad2f4.tar.gz
mandoc-af732c7fcc695182a667f1fabbd56d93896ad2f4.tar.zst
mandoc-af732c7fcc695182a667f1fabbd56d93896ad2f4.zip
Preliminary xml output filter (validate-renamed) done.
Diffstat (limited to 'private.h')
-rw-r--r--private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/private.h b/private.h
index 1c1e54e4..ca4e4c8f 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.19 2008/11/30 20:53:34 kristaps Exp $ */
+/* $Id: private.h,v 1.20 2008/11/30 21:41:35 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -213,7 +213,7 @@ struct roffcb {
const char *, const char *, char *);
int (*roffhead)(void *);
int (*rofftail)(void *);
- int (*roffin)(void *, int, int, int *, char **);
+ int (*roffin)(void *, int, int *, char **);
int (*roffdata)(void *, int, char *);
int (*roffout)(void *, int);
int (*roffblkin)(void *, int, int *, char **);
@@ -233,10 +233,10 @@ void *md_init_html4_strict(const struct md_args *,
int md_line_html4_strict(void *, char *);
int md_exit_html4_strict(void *, int);
-void *md_init_valid(const struct md_args *,
+void *md_init_xml(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *);
-int md_line_valid(void *, char *);
-int md_exit_valid(void *, int);
+int md_line_xml(void *, char *);
+int md_exit_xml(void *, int);
int md_buf_puts(struct md_mbuf *, const char *, size_t);
int md_buf_putchar(struct md_mbuf *, char);