summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/string.h')
-rw-r--r--src/runtime/c/gu/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h
index d52c9dddb..5136b0189 100644
--- a/src/runtime/c/gu/string.h
+++ b/src/runtime/c/gu/string.h
@@ -25,7 +25,7 @@ gu_string_in(GuString string, GuPool* pool);
typedef struct GuStringBuf GuStringBuf;
GuStringBuf*
-gu_string_buf(GuPool* pool);
+gu_new_string_buf(GuPool* pool);
GuOut*
gu_string_buf_out(GuStringBuf* sb);