diff options
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/form.hh b/src/form.hh index 640e7e69..cab2d7f2 100644 --- a/src/form.hh +++ b/src/form.hh @@ -58,6 +58,8 @@ void Html_tag_open_select(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_select(DilloHtml *html); void Html_tag_open_option(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_option(DilloHtml *html); +void Html_tag_open_optgroup(DilloHtml *html, const char *tag, int tagsize); +void Html_tag_close_optgroup(DilloHtml *html); void Html_tag_open_button(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_button(DilloHtml *html); |