From 2588a6f016cd1d0bc47d9ab0ab5a8b1d2f376000 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Apr 2017 13:43:48 +0000 Subject: gu_string_buf -> gu_new_string_buf in libgu --- src/runtime/c/gu/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/string.h') 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); -- cgit v1.2.3