aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagPool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/TagPool.hxx')
-rw-r--r--src/tag/TagPool.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag/TagPool.hxx b/src/tag/TagPool.hxx
index 7fba85b54..7b4b5dadf 100644
--- a/src/tag/TagPool.hxx
+++ b/src/tag/TagPool.hxx
@@ -26,9 +26,10 @@
extern Mutex tag_pool_lock;
struct TagItem;
+struct StringView;
TagItem *
-tag_pool_get_item(TagType type, const char *value, size_t length);
+tag_pool_get_item(TagType type, StringView value);
TagItem *
tag_pool_dup_item(TagItem *item);