summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 14:42:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 14:42:45 +0000
commit142d3c43402e6904480a35ff0f970621b9a5f700 (patch)
treeed3f245886c31c82d7484319d9056bd43722d1f8 /private.h
parentd49b74004ed6d2134c947f8d4f978ab2c1de3a1d (diff)
downloadmandoc-142d3c43402e6904480a35ff0f970621b9a5f700.tar.gz
mandoc-142d3c43402e6904480a35ff0f970621b9a5f700.tar.zst
mandoc-142d3c43402e6904480a35ff0f970621b9a5f700.zip
Made noop the default filter.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/private.h b/private.h
index a8c16208..05281758 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.39 2008/12/10 13:15:55 kristaps Exp $ */
+/* $Id: private.h,v 1.40 2008/12/10 14:42:46 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -376,6 +376,10 @@ void *md_init_html(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *);
int md_line_html(void *, char *);
int md_exit_html(void *, int);
+void *md_init_noop(const struct md_args *,
+ struct md_mbuf *, const struct md_rbuf *);
+int md_line_noop(void *, char *);
+int md_exit_noop(void *, int);
void *md_init_xml(const struct md_args *,
struct md_mbuf *, const struct md_rbuf *);
int md_line_xml(void *, char *);