aboutsummaryrefslogtreecommitdiff
path: root/include/better_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/better_string.h')
-rw-r--r--include/better_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/better_string.h b/include/better_string.h
index b23010e..09fd928 100644
--- a/include/better_string.h
+++ b/include/better_string.h
@@ -10,7 +10,7 @@ typedef struct {
string_t *init_string(const char *source);
-void string_append(string_t *s, char c);
+void string_push(string_t *s, char c);
void string_concat(string_t *s1, string_t *s2);