summaryrefslogtreecommitdiff
path: root/include/dom/core/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/implementation.h')
-rw-r--r--include/dom/core/implementation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dom/core/implementation.h b/include/dom/core/implementation.h
index 5e26432..d8959e6 100644
--- a/include/dom/core/implementation.h
+++ b/include/dom/core/implementation.h
@@ -16,7 +16,8 @@
struct dom_document;
struct dom_document_type;
-struct dom_implementation;
+
+typedef struct dom_implementation dom_implementation;
void dom_implementation_ref(struct dom_implementation *impl);
void dom_implementation_unref(struct dom_implementation *impl);