1
0
forked from GitHub/gf-core

gu_string_buf -> gu_new_string_buf in libgu

This commit is contained in:
krasimir
2017-04-13 13:43:48 +00:00
parent d3016421bb
commit 0e8f0b9842
10 changed files with 26 additions and 26 deletions

View File

@@ -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);