summaryrefslogtreecommitdiff
path: root/include/dom/html/html_form_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_form_element.h')
-rw-r--r--include/dom/html/html_form_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/html/html_form_element.h b/include/dom/html/html_form_element.h
index c4ee1d8..81637a3 100644
--- a/include/dom/html/html_form_element.h
+++ b/include/dom/html/html_form_element.h
@@ -18,7 +18,7 @@ typedef struct dom_html_form_element dom_html_form_element;
dom_exception dom_html_form_element_get_elements(dom_html_form_element *ele,
struct dom_html_collection **col);
dom_exception dom_html_form_element_get_length(dom_html_form_element *ele,
- unsigned long *len);
+ uint32_t *len);
dom_exception dom_html_form_element_get_accept_charset(
dom_html_form_element *ele, dom_string **accept_charset);