summaryrefslogtreecommitdiff
path: root/include/dom/core/implementation.h
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-03-31 06:37:52 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-03-31 06:37:52 +0000
commitef9f431a9746e1aa61aa5ce74639b03e4c473e73 (patch)
treecd937725bcff9bfe9486f63f5bc9c02e9545a0e2 /include/dom/core/implementation.h
parent7b0aca2e721b9022292a789acfc51fea71170f1f (diff)
downloadlibdom-ef9f431a9746e1aa61aa5ce74639b03e4c473e73.tar.gz
libdom-ef9f431a9746e1aa61aa5ce74639b03e4c473e73.tar.bz2
Add typedefs for public DOM interfaces.
svn path=/trunk/dom/; revision=7002
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);