-static int html_printargs(struct md_mbuf *, int,
- const char *, const int *,
- const char **, size_t *);
-static int html_end(struct md_mbuf *,
- const struct md_args *);
-static int html_blocktagname(struct md_mbuf *,
- const struct md_args *, int,
- struct htmlq *, const int *,
- const char **, size_t *);
-static int html_blocktagargs(struct md_mbuf *,
- const struct md_args *, int,
- const int *, const char **, size_t *);
-static int html_headtagname(struct md_mbuf *,
- const struct md_args *, int,
- struct htmlq *, const int *,
- const char **, size_t *);
-static int html_headtagargs(struct md_mbuf *,
- const struct md_args *, int,
- const int *, const char **, size_t *);
-static int html_bodytagname(struct md_mbuf *,
- const struct md_args *,
- int, struct htmlq *, const int *,
- const char **, size_t *);
-static int html_bodytagargs(struct md_mbuf *,
- const struct md_args *, int,
- const int *, const char **, size_t *);
-static int html_inlinetagname(struct md_mbuf *,
- const struct md_args *, int, size_t *);
-static int html_inlinetagargs(struct md_mbuf *,
- const struct md_args *, int,
- const int *, const char **, size_t *);
-static int html_Bl_bodytagname(struct md_mbuf *,
- struct htmlq *, const int *,
- const char **, size_t *);
-static int html_It_blocktagname(struct md_mbuf *,
- struct htmlq *, const int *,
- const char **, size_t *);
-static int html_It_headtagname(struct md_mbuf *,
- struct htmlq *, const int *,
- const char **, size_t *);
-static int html_It_bodytagname(struct md_mbuf *,
- struct htmlq *, const int *,
- const char **, size_t *);
-
-
-/* ARGSUSED */
-static int
-html_It_headtagname(struct md_mbuf *mbuf, struct htmlq *q,
- const int *argc, const char **argv, size_t *res)
-{
- struct htmlnode *n;
- int i;