From c5cebc0e86f33dca5b008dcbd7115f9bd86887dc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 22 Sep 2007 23:36:52 +0000 Subject: Make _dom_node_readonly() accessible to library internals svn path=/trunk/dom/; revision=3576 --- src/core/node.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/node.h') diff --git a/src/core/node.h b/src/core/node.h index beee0bd..bba00f5 100644 --- a/src/core/node.h +++ b/src/core/node.h @@ -8,6 +8,8 @@ #ifndef dom_internal_core_node_h_ #define dom_internal_core_node_h_ +#include + #include struct dom_attr; @@ -60,4 +62,6 @@ dom_exception dom_node_initialise(struct dom_node *node, void dom_node_finalise(struct dom_document *doc, struct dom_node *node); +bool _dom_node_readonly(const struct dom_node *node); + #endif -- cgit v1.2.3