summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
commit4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43 (patch)
tree545dfc0006eeddcd000a1071c7c62afe3e47e5b5 /include/dom/dom.h
parentd24960dac782ef8e54ed91692f6aec1dd6d08bc1 (diff)
downloadlibdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.gz
libdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.bz2
s/struct dom_string/dom_string/g
svn path=/trunk/libdom/; revision=12172
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);