X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/447f8208990922d1743285dba0e3cb06fb03d9fc..75ba8921cf932ef11ccac40e5f7bf9627f9697e0:/l2tpns.h?ds=inline diff --git a/l2tpns.h b/l2tpns.h index f740781..c346261 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.83 2005/08/17 03:56:27 bodea Exp $ +// $Id: l2tpns.h,v 1.86 2005/08/31 12:38:38 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.1.3" +#define VERSION "2.1.5" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -669,7 +669,7 @@ void processipv6in(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l); void processccp(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l); void sendchap(sessionidt s, tunnelidt t); uint8_t *makeppp(uint8_t *b, int size, uint8_t *p, int l, sessionidt s, tunnelidt t, uint16_t mtype); -void sendlcp(sessionidt s, tunnelidt t, int authtype); +void sendlcp(sessionidt s, tunnelidt t); void send_ipin(sessionidt s, uint8_t *buf, int len); void sendccp(sessionidt s, tunnelidt t);