mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Added missing prototype for new function sbcreatecontrol().
Should be in 2.2.
This commit is contained in:
parent
ca5d5e7397
commit
0701aeede1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19670
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user