From 350d36572cedb93c55d10aff73c3a7bb54fef52e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 10 Dec 2008 14:42:45 +0000 Subject: Made noop the default filter. --- private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'private.h') diff --git a/private.h b/private.h index 130a7462..1cc511b0 100644 --- a/private.h +++ b/private.h @@ -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 *); -- cgit