Add back and correct declaration of m_copyback()

This commit is contained in:
David Greenman 1994-10-02 20:04:04 +00:00
parent 45a0b89468
commit ce1e23b99c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3316

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mbuf.h 8.3 (Berkeley) 1/21/94
* $Id: mbuf.h,v 1.5 1994/08/21 19:19:39 paul Exp $
* $Id: mbuf.h,v 1.6 1994/10/02 17:24:50 phk Exp $
*/
#ifndef _SYS_MBUF_H_
@ -397,6 +397,7 @@ int max_datalen; /* MHLEN - max_hdr */
extern int mbtypes[]; /* XXX */
int m_clalloc __P((int, int));
void m_copyback __P((struct mbuf *, int, int, caddr_t));
struct mbuf *m_retry __P((int, int));
struct mbuf *m_retryhdr __P((int, int));
void m_reclaim __P((void));