summaryrefslogtreecommitdiff
path: root/include/dom/core/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/attr.h')
-rw-r--r--include/dom/core/attr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dom/core/attr.h b/include/dom/core/attr.h
index 89bf8a2..ad9917a 100644
--- a/include/dom/core/attr.h
+++ b/include/dom/core/attr.h
@@ -19,6 +19,8 @@ struct dom_node;
struct dom_attr;
struct dom_string;
+typedef struct dom_attr dom_attr;
+
/* DOM Attr vtable */
typedef struct dom_attr_vtable {
struct dom_node_vtable base;