summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index d39b85f..371c773 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -52,7 +52,7 @@ typedef enum dom_namespace {
DOM_NAMESPACE_COUNT = 7
} dom_namespace;
-extern struct dom_string *dom_namespaces[DOM_NAMESPACE_COUNT];
+extern dom_string *dom_namespaces[DOM_NAMESPACE_COUNT];
dom_exception dom_initialise(dom_alloc alloc, void *pw);
dom_exception dom_finalise(void);