summaryrefslogtreecommitdiff
path: root/include/dom/core/string.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
commit1b80ec9edce4f93781b4a3e98f244e4f79d45ce0 (patch)
treecd937725bcff9bfe9486f63f5bc9c02e9545a0e2 /include/dom/core/string.h
parente62ac8bf1c296f9192166a6fafa9291ea653377b (diff)
downloadlibdom-1b80ec9edce4f93781b4a3e98f244e4f79d45ce0.tar.gz
libdom-1b80ec9edce4f93781b4a3e98f244e4f79d45ce0.tar.bz2
Add typedefs for public DOM interfaces.
svn path=/trunk/dom/; revision=7002
Diffstat (limited to 'include/dom/core/string.h')
-rw-r--r--include/dom/core/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/string.h b/include/dom/core/string.h
index 8da9dd7..37d78d6 100644
--- a/include/dom/core/string.h
+++ b/include/dom/core/string.h
@@ -14,7 +14,7 @@
#include <dom/functypes.h>
#include <dom/core/exceptions.h>
-struct dom_string;
+typedef struct dom_string dom_string;
/* Claim a reference on a DOM string */
void dom_string_ref(struct dom_string *str);