summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dom/core/string.h b/include/dom/core/string.h
index 9d37547..31d8f42 100644
--- a/include/dom/core/string.h
+++ b/include/dom/core/string.h
@@ -26,6 +26,8 @@ void dom_string_unref(dom_string *str);
/* Create a DOM string from a string of characters */
dom_exception dom_string_create(const uint8_t *ptr, size_t len,
dom_string **str);
+dom_exception dom_string_create_interned(const uint8_t *ptr, size_t len,
+ dom_string **str);
/* Obtain an interned representation of a dom string */
dom_exception dom_string_intern(dom_string *str,