diff options
author | jcid <devnull@localhost> | 2008-08-06 14:58:39 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-08-06 14:58:39 +0200 |
commit | 9eba6c5572de8bfe82606206e8a44a403d936f32 (patch) | |
tree | 9a52e3a46def566c13dc562c0f72a6862fc85dd0 /src/form.hh | |
parent | addc25b3b4bc19ddfe99e844df7fb3ac38c5866c (diff) |
- Allowed form inputs outside FORM (it's in the standard).
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 |