summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-12 10:26:37 +0000
committerbde <bde@FreeBSD.org>1996-11-12 10:26:37 +0000
commit0ae40bc63fdf12cc3cf21682a3c69d5600c5f15c (patch)
tree661c8774f0fc4b3615e0e3aa9044c090d94407e9 /sys
parent8bcbe1ea7bdf167332f2e0449844da18ff70b1cd (diff)
downloadFreeBSD-src-0ae40bc63fdf12cc3cf21682a3c69d5600c5f15c.zip
FreeBSD-src-0ae40bc63fdf12cc3cf21682a3c69d5600c5f15c.tar.gz
Added missing prototype for new function sbcreatecontrol().
Should be in 2.2.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socketvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index 968b428..b628c42 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)socketvar.h 8.3 (Berkeley) 2/19/95
- * $Id: socketvar.h,v 1.14 1996/05/01 01:53:59 bde Exp $
+ * $Id: socketvar.h,v 1.15 1996/10/07 04:32:41 pst Exp $
*/
#ifndef _SYS_SOCKETVAR_H_
@@ -229,6 +229,8 @@ int sbappendcontrol __P((struct sockbuf *sb, struct mbuf *m0,
void sbappendrecord __P((struct sockbuf *sb, struct mbuf *m0));
void sbcheck __P((struct sockbuf *sb));
void sbcompress __P((struct sockbuf *sb, struct mbuf *m, struct mbuf *n));
+struct mbuf *
+ sbcreatecontrol __P((caddr_t p, int size, int type, int level));
void sbdrop __P((struct sockbuf *sb, int len));
void sbdroprecord __P((struct sockbuf *sb));
void sbflush __P((struct sockbuf *sb));
OpenPOWER on IntegriCloud