From ddbf47a33aa4fba4ce23e751db78acf59895fcc3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 28 Jul 2007 20:41:41 +0000 Subject: Finalisation and destruction of nodes svn path=/trunk/dom/; revision=3467 --- src/core/comment.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/comment.h') diff --git a/src/core/comment.h b/src/core/comment.h index 1cc7d28..38bb448 100644 --- a/src/core/comment.h +++ b/src/core/comment.h @@ -18,4 +18,7 @@ dom_exception dom_comment_create(struct dom_document *doc, struct dom_string *name, struct dom_string *value, struct dom_comment **result); +void dom_comment_destroy(struct dom_document *doc, + struct dom_comment *comment); + #endif -- cgit v1.2.3