summaryrefslogtreecommitdiff
path: root/include/dom/html/html_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_collection.h')
-rw-r--r--include/dom/html/html_collection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dom/html/html_collection.h b/include/dom/html/html_collection.h
index 7322ea8..9521f94 100644
--- a/include/dom/html/html_collection.h
+++ b/include/dom/html/html_collection.h
@@ -16,9 +16,9 @@ struct dom_node;
typedef struct dom_html_collection dom_html_collection;
dom_exception dom_html_collection_get_length(dom_html_collection *col,
- unsigned long *len);
+ uint32_t *len);
dom_exception dom_html_collection_item(dom_html_collection *col,
- unsigned long index, struct dom_node **node);
+ uint32_t index, struct dom_node **node);
dom_exception dom_html_collection_named_item(dom_html_collection *col,
dom_string *name, struct dom_node **node);