]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
Issue a STYLE message when normalizing the date format in .Dd/.TH.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 448423a5b622f22ec9decfffe829535af867edf9..6d44a47383a791defa473bf58026d5fbf60c241d 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.91 2018/06/25 13:45:57 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>
@@ -132,4 +132,3 @@ void                  print_paragraph(struct html *);
 void             print_endline(struct html *);
 
 char            *html_make_id(const struct roff_node *, int);
-int              html_strlen(const char *);