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 af7ff6f4..8375ba50 100644 --- a/src/form.hh +++ b/src/form.hh @@ -23,6 +23,7 @@ typedef enum { */ class DilloHtmlForm; +class DilloHtmlInput; class DilloHtml; /* @@ -36,6 +37,7 @@ DilloHtmlForm *a_Html_form_new(DilloHtml *html, const char *charset); void a_Html_form_delete(DilloHtmlForm* form); +void a_Html_input_delete(DilloHtmlInput* input); /* * Form parsing functions |