Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 19:01:59 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314399 - head/sys/sys
Message-ID:  <201702281901.v1SJ1xKE089703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scottl
Date: Tue Feb 28 19:01:59 2017
New Revision: 314399
URL: https://svnweb.freebsd.org/changeset/base/314399

Log:
  Add prototype for sbuf_putbuf()
  
  Sponsored by:	Netflix

Modified:
  head/sys/sys/sbuf.h

Modified: head/sys/sys/sbuf.h
==============================================================================
--- head/sys/sys/sbuf.h	Tue Feb 28 18:48:12 2017	(r314398)
+++ head/sys/sys/sbuf.h	Tue Feb 28 19:01:59 2017	(r314399)
@@ -99,6 +99,7 @@ void		 sbuf_start_section(struct sbuf *,
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702281901.v1SJ1xKE089703>