diff options
Diffstat (limited to 'src/sbuf.h')
-rw-r--r-- | src/sbuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ struct sbuf *sbuf_new (size_t initsz); void sbuf_free (struct sbuf *b); char *sbuf_free_struct (struct sbuf *b); char *sbuf_concat (struct sbuf *b, const char *str); +char *sbuf_nconcat (struct sbuf *b, const char *str, int len); char *sbuf_copy (struct sbuf *b, const char *str); char *sbuf_clear (struct sbuf *b); char *sbuf_get (struct sbuf *b); |