diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-13 13:43:48 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-13 13:43:48 +0000 |
| commit | 2588a6f016cd1d0bc47d9ab0ab5a8b1d2f376000 (patch) | |
| tree | 7373cac6936a14f2fd13f1f01c2543a89c706970 /src/runtime/c/gu/string.h | |
| parent | e650b9c5fc38ebb408ddf1982249479aac73836d (diff) | |
gu_string_buf -> gu_new_string_buf in libgu
Diffstat (limited to 'src/runtime/c/gu/string.h')
| -rw-r--r-- | src/runtime/c/gu/string.h | 2 |
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); |
