summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 20:02:52 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 20:02:52 +0100
commit6f7c6de0c990630575ce8721ee72b306b29feeb0 (patch)
tree6d8ea018fa3552352320db39af7d8a8f5513b447 /render/form.h
parentd84e3fd773e48f13dcfd594b5365fc93dbca93c9 (diff)
downloadnetsurf-6f7c6de0c990630575ce8721ee72b306b29feeb0.tar.gz
netsurf-6f7c6de0c990630575ce8721ee72b306b29feeb0.tar.bz2
Use nsurl_replace_query instead of url_get_components and url_reform_components.
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/form.h b/render/form.h
index c769dc960..f7b211ddf 100644
--- a/render/form.h
+++ b/render/form.h
@@ -152,7 +152,7 @@ bool form_successful_controls(struct form *form,
struct form_control *submit_button,
struct fetch_multipart_data **successful_controls);
char *form_url_encode(struct form *form,
- struct fetch_multipart_data *control);
+ struct fetch_multipart_data *control, bool query_string);
bool form_open_select_menu(void *client_data,
struct form_control *control,