diff options
author | corvid <corvid@lavabit.com> | 2008-12-21 08:39:20 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2008-12-21 08:39:20 -0300 |
commit | 1e1f9f423355b880238b2b2b65e53221c66ecea2 (patch) | |
tree | 392ccb9839e791c0c8f257d13146b79d963c4b94 /src/html.hh | |
parent | 197c6074b6b7ca6932e98872f412c3aa1bf550e4 (diff) |
Added a popup menu to form's submit button
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 } |