diff options
author | brian <brian@FreeBSD.org> | 1997-10-26 12:42:13 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-10-26 12:42:13 +0000 |
commit | 730654969b993bebee5ce32874e356317dacf940 (patch) | |
tree | 16514ad363d2412373e782e27090916d5494ff6b /usr.sbin/ppp/mbuf.h | |
parent | 8be1e875ff4b0b857900e017063986f6a8ef64e7 (diff) | |
download | FreeBSD-src-730654969b993bebee5ce32874e356317dacf940.zip FreeBSD-src-730654969b993bebee5ce32874e356317dacf940.tar.gz |
Cosmetic:
Move prototypes into the correct headers.
Diffstat (limited to 'usr.sbin/ppp/mbuf.h')
-rw-r--r-- | usr.sbin/ppp/mbuf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 07cd5ae..b7a246d 100644 --- a/usr.sbin/ppp/mbuf.h +++ b/usr.sbin/ppp/mbuf.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.h,v 1.6 1997/08/25 00:29:20 brian Exp $ + * $Id: mbuf.h,v 1.7 1997/10/26 01:03:18 brian Exp $ * * TODO: */ @@ -59,7 +59,5 @@ extern void pfree(struct mbuf *); extern void mbwrite(struct mbuf *, u_char *, int); extern struct mbuf *mbread(struct mbuf *, u_char *, int); extern void DumpBp(struct mbuf *); -extern void Enqueue(struct mqueue *, struct mbuf *); -extern struct mbuf *Dequeue(struct mqueue *); extern void LogMemory(void); extern int ShowMemMap(void); |