=================================================================== RCS file: /cvs/mandoc/Attic/html4_strict.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- mandoc/Attic/html4_strict.c 2008/11/24 14:24:55 1.7 +++ mandoc/Attic/html4_strict.c 2008/11/25 12:14:02 1.8 @@ -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 * @@ -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)