summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/sbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/sbuf.h')
-rw-r--r--freebsd/sys/sys/sbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/sys/sbuf.h b/freebsd/sys/sys/sbuf.h
index 8e958cbe..a3b0a179 100644
--- a/freebsd/sys/sys/sbuf.h
+++ b/freebsd/sys/sys/sbuf.h
@@ -103,6 +103,7 @@ void sbuf_start_section(struct sbuf *, ssize_t *);
ssize_t sbuf_end_section(struct sbuf *, ssize_t, size_t, int);
void sbuf_hexdump(struct sbuf *, const void *, int, const char *,
int);
+int sbuf_count_drain(void *arg, const char *data, int len);
void sbuf_putbuf(struct sbuf *);
#ifdef _KERNEL