summaryrefslogtreecommitdiff
path: root/include/dom/core/nodelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/nodelist.h')
-rw-r--r--include/dom/core/nodelist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dom/core/nodelist.h b/include/dom/core/nodelist.h
index e350c5b..d3b0df9 100644
--- a/include/dom/core/nodelist.h
+++ b/include/dom/core/nodelist.h
@@ -11,7 +11,8 @@
#include <dom/core/exceptions.h>
struct dom_node;
-struct dom_nodelist;
+
+typedef struct dom_nodelist dom_nodelist;
void dom_nodelist_ref(struct dom_nodelist *list);
void dom_nodelist_unref(struct dom_nodelist *list);