diff options
Diffstat (limited to 'html4_strict.c')
-rw-r--r-- | html4_strict.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html4_strict.c b/html4_strict.c index 2cd61e36..68a02730 100644 --- a/html4_strict.c +++ b/html4_strict.c @@ -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) |