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 11b2528..2a3cd67 100644
--- a/src/core/attr.h
+++ b/src/core/attr.h
@@ -12,7 +12,7 @@
struct dom_document;
struct dom_string;
-typedef struct dom_attr dom_attr;
+struct dom_type_info;
dom_exception dom_attr_create(struct dom_document *doc,
struct dom_string *name, struct dom_string *namespace,