summaryrefslogtreecommitdiffstatshomepage
path: root/html4_strict.c
diff options
context:
space:
mode:
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)