From 09327441c717dc41f5f468730cd077ca0c7a7e22 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Jul 1996 01:12:21 +0000 Subject: [PATCH] moved protos to chap.c --- pppd/chap.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pppd/chap.h b/pppd/chap.h index 036aef1..5e69d24 100644 --- a/pppd/chap.h +++ b/pppd/chap.h @@ -30,7 +30,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.5 1996/05/28 00:42:28 paulus Exp $ + * $Id: chap.h,v 1.6 1996/07/01 01:12:21 paulus Exp $ */ #ifndef __CHAP_INCLUDE__ @@ -115,15 +115,8 @@ typedef struct chap_state { extern chap_state chap[]; -void ChapInit __P((int)); void ChapAuthWithPeer __P((int, char *, int)); void ChapAuthPeer __P((int, char *, int)); -void ChapLowerUp __P((int)); -void ChapLowerDown __P((int)); -void ChapInput __P((int, u_char *, int)); -void ChapProtocolReject __P((int)); -int ChapPrintPkt __P((u_char *, int, - void (*) __P((void *, char *, ...)), void *)); extern struct protent chap_protent; -- 2.39.2