summaryrefslogtreecommitdiff
path: root/src/table.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.hh')
-rw-r--r--src/table.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/table.hh b/src/table.hh
index 5417f681..25b7fdb3 100644
--- a/src/table.hh
+++ b/src/table.hh
@@ -17,6 +17,10 @@ void Html_tag_open_tr(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_content_tr(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_open_td(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_content_td(DilloHtml *html, const char *tag, int tagsize);
+void Html_tag_open_tbody(DilloHtml *html, const char *tag, int tagsize);
+void Html_tag_content_tbody(DilloHtml *html, const char *tag, int tagsize);
+void Html_tag_open_tfoot(DilloHtml *html, const char *tag, int tagsize);
+void Html_tag_open_thead(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_open_th(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_content_th(DilloHtml *html, const char *tag, int tagsize);