aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html4_strict.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-25 12:14:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-25 12:14:02 +0000
commit9a10478e2be49a9146c290e65a6a5548490ab33e (patch)
tree1def9ff946331e9110cf3acf69158f83762d13f1 /html4_strict.c
parent3a3ae57b081ac2a9e8f62c99114b31267dd7ac88 (diff)
downloadmandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.tar.gz
mandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.tar.zst
mandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.zip
Single call-back for filters.
Removed verbose flag. Added more macros and arguments.
Diffstat (limited to 'html4_strict.c')
-rw-r--r--html4_strict.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/html4_strict.c b/html4_strict.c
index 531af5c7..1fdf2d5b 100644
--- a/html4_strict.c
+++ b/html4_strict.c
@@ -1,4 +1,4 @@
-/* $Id: html4_strict.c,v 1.7 2008/11/24 14:24:55 kristaps Exp $ */
+/* $Id: html4_strict.c,v 1.8 2008/11/25 12:14:02 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -23,6 +23,7 @@
#include "private.h"
+/* ARGSUSED */
int
md_line_html4_strict(void *data, char *buf, size_t sz)
{
@@ -31,6 +32,7 @@ md_line_html4_strict(void *data, char *buf, size_t sz)
}
+/* ARGSUSED */
int
md_exit_html4_strict(void *data, int flush)
{
@@ -39,6 +41,7 @@ md_exit_html4_strict(void *data, int flush)
}
+/* ARGSUSED */
void *
md_init_html4_strict(const struct md_args *args,
struct md_mbuf *mbuf, const struct md_rbuf *rbuf)