summaryrefslogtreecommitdiff
path: root/userland/libc/include/tb
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/tb')
-rw-r--r--userland/libc/include/tb/sb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/tb/sb.h b/userland/libc/include/tb/sb.h
index 06aa084..c2fa1cf 100644
--- a/userland/libc/include/tb/sb.h
+++ b/userland/libc/include/tb/sb.h
@@ -22,4 +22,5 @@ void sb_append_buffer(struct sb *ctx, const char *buffer,
size_t length);
void sb_append_sv(struct sb *ctx, struct sv sv);
void sb_prepend_sv(struct sb *ctx, struct sv sv);
+void sb_prepend_buffer(struct sb *ctx, const char *buffer, size_t length);
#endif