X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap.h;h=36bad2b6414ef8818bd1d00e1b0a2806530e666b;hp=44b08f2e205f07f6a23aefa011fc4b55fbb729c9;hb=e971fbd059bf01603bfd63ea0b32e3745cf95a82;hpb=e1746e5f6bc21a42ed4c0b35dc5271026d580a81 diff --git a/pppd/chap.h b/pppd/chap.h index 44b08f2..36bad2b 100644 --- a/pppd/chap.h +++ b/pppd/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.3 1994/09/21 06:47:37 paulus Exp $ + * $Id: chap.h,v 1.4 1995/12/18 03:46:21 paulus Exp $ */ #ifndef __CHAP_INCLUDE__ @@ -108,5 +108,7 @@ void ChapProtocolReject __P((int)); int ChapPrintPkt __P((u_char *, int, void (*) __P((void *, char *, ...)), void *)); +extern struct protent chap_protent; + #define __CHAP_INCLUDE__ #endif /* __CHAP_INCLUDE__ */