aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagString.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/TagString.hxx')
-rw-r--r--src/tag/TagString.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag/TagString.hxx b/src/tag/TagString.hxx
index f4cba9a40..53fbc7abd 100644
--- a/src/tag/TagString.hxx
+++ b/src/tag/TagString.hxx
@@ -25,10 +25,11 @@
#include <stddef.h>
+struct StringView;
template<typename T> struct WritableBuffer;
gcc_nonnull_all
WritableBuffer<char>
-FixTagString(const char *p, size_t length);
+FixTagString(StringView p);
#endif