Add prototype for sbuf_putbuf()

Sponsored by:	Netflix
This commit is contained in:
Scott Long 2017-02-28 19:01:59 +00:00
parent bc1e649924
commit d5d965424f

View File

@ -99,6 +99,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);
void sbuf_putbuf(struct sbuf *);
#ifdef _KERNEL
struct uio;