diff options
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/form.hh b/src/form.hh index 297442e0..640e7e69 100644 --- a/src/form.hh +++ b/src/form.hh @@ -57,6 +57,7 @@ void Html_tag_close_textarea(DilloHtml *html); 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_button(DilloHtml *html, const char *tag, int tagsize); void Html_tag_close_button(DilloHtml *html); |