diff options
Diffstat (limited to 'src/html.hh')
-rw-r--r-- | src/html.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.hh b/src/html.hh index b742261c..5b18c1a8 100644 --- a/src/html.hh +++ b/src/html.hh @@ -13,6 +13,7 @@ extern "C" { void a_Html_load_images(void *v_html, DilloUrl *pattern); void a_Html_form_submit(void *v_html, void *v_form); void a_Html_form_reset(void *v_html, void *v_form); +void a_Html_form_display_hiddens(void *v_html, void *v_form, bool_t display); #ifdef __cplusplus } |