summaryrefslogtreecommitdiff
path: root/include/dom/core/attr.h
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-03-19 07:54:45 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-03-19 07:54:45 +0000
commitf05c3c710a443641aab66cb46a4333cdc2683d03 (patch)
treef917ac74d7dcc789431bac7228d07a0f9695d3ea /include/dom/core/attr.h
parente2e04178aca01d3102b53531b283556bb379a499 (diff)
downloadlibdom-f05c3c710a443641aab66cb46a4333cdc2683d03.tar.gz
libdom-f05c3c710a443641aab66cb46a4333cdc2683d03.tar.bz2
Convert DOM document interface to use vtable structure.
svn path=/trunk/dom/; revision=6802
Diffstat (limited to 'include/dom/core/attr.h')
-rw-r--r--include/dom/core/attr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dom/core/attr.h b/include/dom/core/attr.h
index 89bf8a2..ad9917a 100644
--- a/include/dom/core/attr.h
+++ b/include/dom/core/attr.h
@@ -19,6 +19,8 @@ struct dom_node;
struct dom_attr;
struct dom_string;
+typedef struct dom_attr dom_attr;
+
/* DOM Attr vtable */
typedef struct dom_attr_vtable {
struct dom_node_vtable base;