From 05a3cf37e14017a3593ed9e17e4a83b003ef29d6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 7 Apr 2011 23:28:32 +0000 Subject: s/struct dom_string/dom_string/g svn path=/trunk/libdom/; revision=12172 --- include/dom/dom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/dom.h') 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); -- cgit v1.2.3