summaryrefslogtreecommitdiff
path: root/src/text-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text-buffer.h')
-rw-r--r--src/text-buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text-buffer.h b/src/text-buffer.h
index 3c85816..61a01c2 100644
--- a/src/text-buffer.h
+++ b/src/text-buffer.h
@@ -36,6 +36,7 @@ text_buffer;
void text_buffer_init (text_buffer *tb);
void text_buffer_resize (text_buffer *tb, size_t size);
void text_buffer_append (text_buffer *tb, char c);
+void text_buffer_append_str (text_buffer *tb, char *c, size_t len);
char text_buffer_index (text_buffer *tb, size_t pos);
void text_buffer_fill (text_buffer *tb, char *fill, size_t size);
void text_buffer_clear (text_buffer *tb);