summaryrefslogtreecommitdiff
path: root/src/core/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/attr.h')
-rw-r--r--src/core/attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/attr.h b/src/core/attr.h
index 4106dbe..11b2528 100644
--- a/src/core/attr.h
+++ b/src/core/attr.h
@@ -11,8 +11,8 @@
#include <dom/core/exceptions.h>
struct dom_document;
-struct dom_attr;
struct dom_string;
+typedef struct dom_attr dom_attr;
dom_exception dom_attr_create(struct dom_document *doc,
struct dom_string *name, struct dom_string *namespace,