summaryrefslogtreecommitdiff
path: root/src/core/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/comment.h')
-rw-r--r--src/core/comment.h3
1 files changed, 3 insertions, 0 deletions
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