summaryrefslogtreecommitdiff
path: root/src/core/entity_ref.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-28 20:41:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-28 20:41:41 +0000
commitddbf47a33aa4fba4ce23e751db78acf59895fcc3 (patch)
tree08ff52e60d85dd31ef7f22c5792cf7794eeb8736 /src/core/entity_ref.h
parentf6b4e5eeaf8e7afda0df4a5d44a309c291788382 (diff)
downloadlibdom-ddbf47a33aa4fba4ce23e751db78acf59895fcc3.tar.gz
libdom-ddbf47a33aa4fba4ce23e751db78acf59895fcc3.tar.bz2
Finalisation and destruction of nodes
svn path=/trunk/dom/; revision=3467
Diffstat (limited to 'src/core/entity_ref.h')
-rw-r--r--src/core/entity_ref.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/entity_ref.h b/src/core/entity_ref.h
index b1f9dff..047ff30 100644
--- a/src/core/entity_ref.h
+++ b/src/core/entity_ref.h
@@ -18,4 +18,7 @@ dom_exception dom_entity_reference_create(struct dom_document *doc,
struct dom_string *name, struct dom_string *value,
struct dom_entity_reference **result);
+void dom_entity_reference_destroy(struct dom_document *doc,
+ struct dom_entity_reference *entity);
+
#endif