X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/98e9766a66278173a8f5784cf879b2980d854bf6..12f16f60c19b470a3a4e5ee145485095dc674dee:/ppp.c diff --git a/ppp.c b/ppp.c index d6db8d8..9cd9948 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.30 2004/11/25 12:46:48 bodea Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.31 2004/11/27 05:19:53 bodea Exp $"; #include #include @@ -21,7 +21,7 @@ extern int tunfd; extern char hostname[]; extern u32 eth_tx; extern time_t time_now; -extern struct configt *config; +extern configt *config; static void initccp(tunnelidt t, sessionidt s);