summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 0740fe9..1737f29 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -111,6 +111,12 @@ typedef enum dom_namespace {
DOM_NAMESPACE_COUNT = 7
} dom_namespace;
+/* Note, these are not valid until at least one function related to DOM
+ * namespaces has been called such as the creation of a Document.
+ */
extern dom_string *dom_namespaces[DOM_NAMESPACE_COUNT];
+/* Optional client-callable namespace cleanup function */
+extern dom_exception dom_namespace_finalise(void);
+
#endif