diff options
Diffstat (limited to 'src/til_str.h')
-rw-r--r-- | src/til_str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/til_str.h b/src/til_str.h index 544185c..d7fa5bf 100644 --- a/src/til_str.h +++ b/src/til_str.h @@ -3,7 +3,7 @@ typedef struct til_str_t til_str_t; -til_str_t * til_str_new(const char *seed); +til_str_t * til_str_new(const char *string); void * til_str_free(til_str_t *str); til_str_t * til_str_newf(const char *format, ...); int til_str_appendf(til_str_t *str, const char *format, ...); |