]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.h
syslog stuff back to main.c; take out npmode setting in sifup
[ppp.git] / pppd / chap.h
index 44b08f2e205f07f6a23aefa011fc4b55fbb729c9..36bad2b6414ef8818bd1d00e1b0a2806530e666b 100644 (file)
@@ -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__ */