summaryrefslogtreecommitdiff
path: root/include/dom/core/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/node.h')
-rw-r--r--include/dom/core/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/node.h b/include/dom/core/node.h
index fbc3ee3..a0872e2 100644
--- a/include/dom/core/node.h
+++ b/include/dom/core/node.h
@@ -172,7 +172,7 @@ typedef struct dom_node_vtable {
} dom_node_vtable;
/* The ref/unref methods define */
-void _dom_node_ref(dom_node_internal *node);
+struct dom_node *_dom_node_ref(dom_node_internal *node);
#define dom_node_ref(n) _dom_node_ref((dom_node_internal *) (n))
void _dom_node_unref(dom_node_internal *node);
#define dom_node_unref(n) _dom_node_unref((dom_node_internal *) (n))