]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
Support nesting of elements with next-line scope.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index fc722694218896c78e3b657255c13623b26d4be3..6d44a47383a791defa473bf58026d5fbf60c241d 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.89 2018/05/09 00:46:10 schwarze Exp $ */
+/*     $Id: html.h,v 1.92 2018/06/25 16:54:59 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -31,8 +31,6 @@ enum  htmltag {
        TAG_BR,
        TAG_A,
        TAG_TABLE,
-       TAG_COLGROUP,
-       TAG_COL,
        TAG_TR,
        TAG_TD,
        TAG_LI,
@@ -133,5 +131,4 @@ void                  print_eqn(struct html *, const struct eqn_box *);
 void             print_paragraph(struct html *);
 void             print_endline(struct html *);
 
-char            *html_make_id(const struct roff_node *);
-int              html_strlen(const char *);
+char            *html_make_id(const struct roff_node *, int);