From ef9f431a9746e1aa61aa5ce74639b03e4c473e73 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 31 Mar 2009 06:37:52 +0000 Subject: Add typedefs for public DOM interfaces. svn path=/trunk/dom/; revision=7002 --- include/dom/core/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/core/string.h') 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 #include -struct dom_string; +typedef struct dom_string dom_string; /* Claim a reference on a DOM string */ void dom_string_ref(struct dom_string *str); -- cgit v1.2.3