diff options
Diffstat (limited to 'src/html.hh')
-rw-r--r-- | src/html.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html.hh b/src/html.hh index 3e08f37a..b742261c 100644 --- a/src/html.hh +++ b/src/html.hh @@ -11,6 +11,8 @@ extern "C" { * Exported functions */ 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); #ifdef __cplusplus } |