summaryrefslogtreecommitdiff
path: root/src/core/node.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-10 21:36:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-10 21:36:14 +0000
commitacfc9fd1b44f7b72ba66705daf34914940509793 (patch)
tree9ed7dfde5664ff05fd47565d3f68c27792604500 /src/core/node.h
parentd39dbc93d93f537962fe998031ade04d7ee6ca6a (diff)
downloadlibdom-acfc9fd1b44f7b72ba66705daf34914940509793.tar.gz
libdom-acfc9fd1b44f7b72ba66705daf34914940509793.tar.bz2
Add NodeList and string comparison API
svn path=/trunk/dom/; revision=3394
Diffstat (limited to 'src/core/node.h')
-rw-r--r--src/core/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/node.h b/src/core/node.h
index bfd7fa0..d8982f6 100644
--- a/src/core/node.h
+++ b/src/core/node.h
@@ -9,9 +9,9 @@
#define dom_internal_core_node_h_
#include <dom/core/node.h>
-#include <dom/core/string.h>
struct dom_attr;
+struct dom_string;
/**
* User data context attached to a DOM node