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