summaryrefslogtreecommitdiff
path: root/src/html/html_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_element.h')
-rw-r--r--src/html/html_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_element.h b/src/html/html_element.h
index 2ac4b17..140e3f1 100644
--- a/src/html/html_element.h
+++ b/src/html/html_element.h
@@ -118,7 +118,7 @@ dom_exception dom_html_element_set_bool_property(dom_html_element *ele,
const char *name, unsigned long len, bool has);
dom_exception dom_html_element_get_long_property(dom_html_element *ele,
- const char *name, unsigned long len, unsigned long *value);
+ const char *name, unsigned long len, long *value);
dom_exception dom_html_element_set_long_property(dom_html_element *ele,
const char *name, unsigned long len, unsigned long value);