summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
committerbrian <brian@FreeBSD.org>1998-08-26 17:39:37 +0000
commitf0dee2c38ca3e4eeca64ea4679b582c4373dbbf4 (patch)
tree82b255b761af56aea6d84d320188e4c0db94aae0 /usr.sbin/ppp/ip.h
parent307727cd4cb34041ce7fbca4c3323678d1dd9f0c (diff)
downloadFreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.zip
FreeBSD-src-f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4.tar.gz
Put the IP buffer queues into struct ipcp.
Forgotten by: me
Diffstat (limited to 'usr.sbin/ppp/ip.h')
-rw-r--r--usr.sbin/ppp/ip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h
index faa93f9..20ce67d 100644
--- a/usr.sbin/ppp/ip.h
+++ b/usr.sbin/ppp/ip.h
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.h,v 1.9 1998/05/21 21:45:40 brian Exp $
+ * $Id: ip.h,v 1.10 1998/08/25 17:48:42 brian Exp $
*
*/
@@ -28,7 +28,7 @@ struct bundle;
extern int ip_FlushPacket(struct link *, struct bundle *);
extern int PacketCheck(struct bundle *, char *, int, struct filter *);
-extern void ip_Enqueue(int, char *, int);
+extern void ip_Enqueue(struct ipcp *, int, char *, int);
extern void ip_Input(struct bundle *, struct mbuf *);
-extern void ip_DeleteQueue(void);
-extern int ip_QueueLen(void);
+extern void ip_DeleteQueue(struct ipcp *);
+extern int ip_QueueLen(struct ipcp *);
OpenPOWER on IntegriCloud