aboutsummaryrefslogtreecommitdiff
path: root/src/form.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.hh')
-rw-r--r--src/form.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.hh b/src/form.hh
index 32ca88dd..a54cde56 100644
--- a/src/form.hh
+++ b/src/form.hh
@@ -34,7 +34,7 @@ DilloHtmlForm *a_Html_form_new(DilloHtml *html,
DilloHtmlMethod method,
const DilloUrl *action,
DilloHtmlEnc enc,
- const char *charset);
+ const char *charset, bool enabled);
void a_Html_form_delete(DilloHtmlForm* form);
void a_Html_input_delete(DilloHtmlInput* input);