diff --git a/src/tag/Pool.hxx b/src/tag/Pool.hxx index 54df15c89..9ec9ab0cb 100644 --- a/src/tag/Pool.hxx +++ b/src/tag/Pool.hxx @@ -28,9 +28,11 @@ extern Mutex tag_pool_lock; struct TagItem; struct StringView; +[[nodiscard]] TagItem * tag_pool_get_item(TagType type, StringView value) noexcept; +[[nodiscard]] TagItem * tag_pool_dup_item(TagItem *item) noexcept;