From 86f30d4f38c1b3bdc30e15482e3d749c9ad5f159 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 20 Dec 1999 20:29:47 +0000 Subject: Cosmetic: Make struct mbuf more like kernel mbufs. --- usr.sbin/ppp/ip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/ip.h') diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index 21e4a36..4c493cc 100644 --- a/usr.sbin/ppp/ip.h +++ b/usr.sbin/ppp/ip.h @@ -31,4 +31,4 @@ extern int PacketCheck(struct bundle *, char *, int, struct filter *); extern void ip_Enqueue(struct ipcp *, int, char *, int); extern struct mbuf *ip_Input(struct bundle *, struct link *, struct mbuf *); extern void ip_DeleteQueue(struct ipcp *); -extern int ip_QueueLen(struct ipcp *); +extern size_t ip_QueueLen(struct ipcp *); -- cgit v1.1