=================================================================== RCS file: /cvs/mandoc/Attic/html4_strict.c,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- mandoc/Attic/html4_strict.c 2008/11/24 14:24:55 1.7 +++ mandoc/Attic/html4_strict.c 2008/11/29 14:14:21 1.9 @@ -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.9 2008/11/29 14:14:21 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -23,14 +23,16 @@ #include "private.h" +/* ARGSUSED */ int -md_line_html4_strict(void *data, char *buf, size_t sz) +md_line_html4_strict(void *data, char *buf) { return(1); } +/* 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)