From owner-cvs-usrsbin Sun Oct 26 04:45:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02908 for cvs-usrsbin-outgoing; Sun, 26 Oct 1997 04:45:02 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA02782; Sun, 26 Oct 1997 04:43:00 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA09958; Sun, 26 Oct 1997 04:42:16 -0800 (PST) Date: Sun, 26 Oct 1997 04:42:16 -0800 (PST) Message-Id: <199710261242.EAA09958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chap.h command.c defs.h hdlc.c ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lcpproto.h lqr.h mbuf.h modem.h pap.h timer.h vjcomp.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/26 04:42:15 PST Modified files: usr.sbin/ppp chap.h command.c defs.h hdlc.c ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lcpproto.h lqr.h mbuf.h modem.h pap.h timer.h vjcomp.h Log: Cosmetic: Move prototypes into the correct headers. Revision Changes Path 1.9 +3 -1 src/usr.sbin/ppp/chap.h 1.89 +2 -1 src/usr.sbin/ppp/command.c 1.23 +1 -6 src/usr.sbin/ppp/defs.h 1.21 +6 -1 src/usr.sbin/ppp/hdlc.c 1.27 +3 -1 src/usr.sbin/ppp/ip.c 1.7 +5 -1 src/usr.sbin/ppp/ip.h 1.32 +2 -1 src/usr.sbin/ppp/ipcp.c 1.12 +2 -1 src/usr.sbin/ppp/ipcp.h 1.41 +2 -1 src/usr.sbin/ppp/lcp.c 1.10 +2 -1 src/usr.sbin/ppp/lcp.h 1.10 +1 -10 src/usr.sbin/ppp/lcpproto.h 1.9 +2 -1 src/usr.sbin/ppp/lqr.h 1.8 +1 -3 src/usr.sbin/ppp/mbuf.h 1.11 +3 -1 src/usr.sbin/ppp/modem.h 1.5 +3 -1 src/usr.sbin/ppp/pap.h 1.2 +6 -4 src/usr.sbin/ppp/timer.h 1.2 +2 -1 src/usr.sbin/ppp/vjcomp.h