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/hdlc.c | |
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/hdlc.c')
-rw-r--r-- | usr.sbin/ppp/hdlc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index c27a79c..ed33038 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.19 1997/09/10 21:36:54 brian Exp $ + * $Id: hdlc.c,v 1.20 1997/10/26 01:02:43 brian Exp $ * * TODO: */ @@ -35,6 +35,11 @@ #include "fsm.h" #include "hdlc.h" #include "lcpproto.h" +#include "ipcp.h" +#include "ip.h" +#include "vjcomp.h" +#include "pap.h" +#include "chap.h" #include "lcp.h" #include "lqr.h" #include "loadalias.h" |