Add prototype for m_getptr()
authorangelos <angelos@openbsd.org>
Thu, 2 Mar 2000 21:39:19 +0000 (21:39 +0000)
committerangelos <angelos@openbsd.org>
Thu, 2 Mar 2000 21:39:19 +0000 (21:39 +0000)
sys/sys/mbuf.h

index b2af0b4..e4d2611 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mbuf.h,v 1.14 1999/12/08 06:50:24 itojun Exp $        */
+/*     $OpenBSD: mbuf.h,v 1.15 2000/03/02 21:39:19 angelos Exp $       */
 /*     $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $       */
 
 /*
@@ -403,6 +403,7 @@ struct      mbuf *m_retry __P((int, int));
 struct mbuf *m_retryhdr __P((int, int));
 struct mbuf *m_split __P((struct mbuf *, int, int));
 struct  mbuf *m_inject __P((struct mbuf *, int, int, int));
+struct  mbuf *m_getptr __P((struct mbuf *, int, int *));
 void   m_adj __P((struct mbuf *, int));
 int    m_clalloc __P((int, int));
 void   m_copyback __P((struct mbuf *, int, int, caddr_t));